Skip to content

Commit b11640b

Browse files
author
Benjamin Sergeant
committed
update appveyor file to new directory structure
1 parent 2453f5b commit b11640b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ install:
99
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
1010
- vcpkg install zlib:x64-windows
1111
- vcpkg install mbedtls:x64-windows
12-
- cd test
1312
- mkdir build
1413
- cd build
15-
- cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DUSE_TLS=1 -G"NMake Makefiles" ..
14+
- cmake -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake -DUSE_WS=1 -DUSE_TEST=1 -DUSE_TLS=1 -G"NMake Makefiles" ..
1615
- nmake
1716
- cd ..
18-
- build\ixwebsocket_unittest.exe
17+
- cd test
18+
- ..\build\test\ixwebsocket_unittest.exe
1919

2020
cache: c:\tools\vcpkg\installed\
2121

0 commit comments

Comments
 (0)