mstch/appveyor.yml

11 lines
233 B
YAML
Raw Normal View History

2015-10-01 17:17:01 +08:00
environment:
matrix:
- GENERATOR: "Visual Studio 12"
CONFIG: Debug
build_script:
- mkdir build
- cd build
2015-10-01 17:24:42 +08:00
- cmake "-G%GENERATOR%" -DBOOST_ROOT="C:\Libraries\boost_1_59_0" ..
2015-10-01 17:17:01 +08:00
- cmake --build . --config "%CONFIG%"