IXWebSocket/appveyor.yml

15 lines
268 B
YAML
Raw Normal View History

2019-01-05 02:28:13 +01:00
image:
- Visual Studio 2017
install:
- ls -al
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
2019-05-07 02:50:55 +02:00
- cd test
- mkdir build
- cd build
- cmake -G"NMake Makefiles" ..
- nmake
- ixwebsocket_unittest.exe
2019-01-05 02:28:13 +01:00
build: off