subhook/appveyor.yml
2015-02-16 22:04:57 +06:00

11 lines
134 B
YAML

version: '{build}'
configuration:
- Release
before_build:
- cmake .
build_script:
- cmake --build . --config %CONFIGURATION%