2019-01-05 02:28:13 +01:00
|
|
|
image:
|
|
|
|
- Visual Studio 2017
|
|
|
|
|
|
|
|
install:
|
2019-09-07 23:07:00 +02:00
|
|
|
- cd C:\Tools\vcpkg
|
|
|
|
- git pull
|
|
|
|
- .\bootstrap-vcpkg.bat
|
|
|
|
- cd %APPVEYOR_BUILD_FOLDER%
|
2019-01-05 02:28:13 +01:00
|
|
|
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
|
2019-09-07 23:07:00 +02:00
|
|
|
- vcpkg install zlib:x64-windows
|
|
|
|
- vcpkg install mbedtls:x64-windows
|
2019-05-07 02:50:55 +02:00
|
|
|
- cd test
|
|
|
|
- mkdir build
|
|
|
|
- cd build
|
2019-09-07 23:07:00 +02:00
|
|
|
- cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DUSE_TLS=1 -G"NMake Makefiles" ..
|
2019-05-07 02:50:55 +02:00
|
|
|
- nmake
|
2019-09-07 23:07:00 +02:00
|
|
|
- cd ..
|
|
|
|
- build\ixwebsocket_unittest.exe
|
|
|
|
|
|
|
|
cache: c:\tools\vcpkg\installed\
|
2019-01-05 02:28:13 +01:00
|
|
|
|
|
|
|
build: off
|