blob: 5c35385561eb8ac246b17880bd09a24ca170754f [file] [log] [blame]
version: '{build}'
branches:
only:
- master
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 .