-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
47 lines (36 loc) · 903 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
version: 0.2438.{build}
notifications:
- provider: Email
to:
branches:
except:
- gh-pages
- docs/*
shallow_clone: true
clone_depth: 1
image: Visual Studio 2022
platform:
- x64
configuration:
- debug
# - release
# cache:
# - c:/tools/vcpkg/downloads
# - c:/tools/vcpkg/caches
# - C:/Program Files (x86)/Microsoft SDKs/NuGetPackages
environment:
global:
VCPKG_ROOT: c:/tools/vcpkg
VCPKG_DEFAULT_BINARY_CACHE: c:/tools/vcpkg/caches
VCPKG_FEATURE_FLAGS: registries,binarycaching,manifests
install:
- ps: nuget restore windows-experiment.sln
before_build:
- ps: New-Item -Type Directory -Force -Path "${env:VCPKG_DEFAULT_BINARY_CACHE}"
- ps: vcpkg install --triplet x64-windows --x-install-root=externals
- ps: vcpkg integrate install
build:
project: App1/App1.vcxproj
parallel: true
verbosity: minimal # detailed