diff --git a/appveyor.yml b/appveyor.yml index e2f357ff..8c3824c8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,10 +1,14 @@ image: - Visual Studio 2017 -- Ubuntu install: - ls -al - cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" -- python test/run.py +- cd test +- mkdir build +- cd build +- cmake -G"NMake Makefiles" .. +- nmake +- ixwebsocket_unittest.exe build: off