blob: 166de5bbe8a8592e4110fed8f28a151e2949bf5e [file] [log] [blame]
version: '{build}'
branches:
only:
- master
environment:
matrix:
- GENERATOR: "Visual Studio 11"
ARCH: 32
- GENERATOR: "Visual Studio 11 Win64"
ARCH: 64
install:
- cinst cmake
- cinst python2
build_script:
- ps: >-
mkdir build
cd build
cmake -D ENABLE_TRACE=ON -D BUILD_CLAR=ON -D STDCALL=ON .. -G"$env:GENERATOR"
cmake --build . --config RelWithDebInfo
test_script:
- ps: ctest -V .