2019-01-04 17:28:13 -08: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-06 17:50:55 -07:00
|
|
|
- cd test
|
|
|
|
- mkdir build
|
|
|
|
- cd build
|
|
|
|
- cmake -G"NMake Makefiles" ..
|
|
|
|
- nmake
|
|
|
|
- ixwebsocket_unittest.exe
|
2019-01-04 17:28:13 -08:00
|
|
|
|
|
|
|
build: off
|