We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2453f5b commit b11640bCopy full SHA for b11640b
appveyor.yml
@@ -9,13 +9,13 @@ install:
9
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
10
- vcpkg install zlib:x64-windows
11
- vcpkg install mbedtls:x64-windows
12
-- cd test
13
- mkdir build
14
- cd build
15
-- cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DUSE_TLS=1 -G"NMake Makefiles" ..
+- cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DUSE_WS=1 -DUSE_TEST=1 -DUSE_TLS=1 -G"NMake Makefiles" ..
16
- nmake
17
- cd ..
18
-- build\ixwebsocket_unittest.exe
+- cd test
+- ..\build\test\ixwebsocket_unittest.exe
19
20
cache: c:\tools\vcpkg\installed\
21
0 commit comments