blob: 49ee13c65880f70cc828bd8939d7e79c6fc08639 [file] [log] [blame]
version: '{build}'
branches:
only:
- master
- /^maint.*/
build_script:
- ps: >-
choco install cmake
choco install python2
mkdir build
cd build
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON -D STDCALL=ON .. -G"Visual Studio 11"
cmake --build . --config RelWithDebInfo
test_script:
- ps: ctest -V .