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

11 lines
192 B
YAML

environment:
matrix:
- GENERATOR: "Visual Studio 12"
CONFIG: Debug
build_script:
- mkdir build
- cd build
- cmake "-G%GENERATOR%" ..
- cmake --build . --config "%CONFIG%"