From b11640b4777be690cc4114ff6e9b397919248d02 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 10 Sep 2019 12:33:47 -0700 Subject: [PATCH] update appveyor file to new directory structure --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 47a7156e..144facec 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,13 +9,13 @@ install: - cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" - vcpkg install zlib:x64-windows - vcpkg install mbedtls:x64-windows -- cd test - mkdir build - cd build -- 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" .. - nmake - cd .. -- build\ixwebsocket_unittest.exe +- cd test +- ..\build\test\ixwebsocket_unittest.exe cache: c:\tools\vcpkg\installed\