2020-06-03 04:13:30 +00:00
|
|
|
version: 1.{branch}.{build}
|
|
|
|
|
|
|
|
image: Visual Studio 2017
|
|
|
|
|
|
|
|
init:
|
|
|
|
|
|
|
|
- cmd: ''
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
|
|
|
- cmd: >-
|
|
|
|
|
|
|
|
vcpkg install zlib:x64-windows-static
|
|
|
|
|
|
|
|
vcpkg install libevent:x64-windows-static
|
|
|
|
|
|
|
|
vcpkg install pcre:x64-windows-static
|
|
|
|
|
2021-12-15 16:38:20 +00:00
|
|
|
vcpkg install getopt:x64-windows
|
2020-06-03 04:13:30 +00:00
|
|
|
|
2021-12-15 16:38:20 +00:00
|
|
|
vcpkg integrate install
|
2020-06-03 04:13:30 +00:00
|
|
|
|
2021-12-15 16:38:20 +00:00
|
|
|
cache:
|
|
|
|
- c:\tools\vcpkg\installed
|
|
|
|
- boringssl -> appveyor-windows.yml, appveyor-windows.cmd # we define the commit in here
|
2020-06-03 04:13:30 +00:00
|
|
|
|
2021-12-15 16:38:20 +00:00
|
|
|
build_script:
|
2020-06-03 04:13:30 +00:00
|
|
|
|
2021-12-15 16:38:20 +00:00
|
|
|
- cmd: appveyor-windows.cmd
|
2020-06-03 04:13:30 +00:00
|
|
|
|
|
|
|
test_script:
|
|
|
|
|
|
|
|
- cmd: msbuild /m RUN_TESTS.vcxproj
|