mstch/appveyor.yml
2015-10-01 11:35:27 +02:00

11 lines
309 B
YAML

environment:
matrix:
- GENERATOR: "Visual Studio 12 Win64"
CONFIG: Debug
build_script:
- mkdir build
- cd build
- cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost" -DBOOST_LIBRARYDIR="C:\Libraries\boost\lib64-msvc-12.0" -DWITH_UNIT_TESTS=ON ..
- cmake --build . --config "%CONFIG%"