subhook/appveyor.yml

11 lines
134 B
YAML
Raw Normal View History

2015-02-16 16:04:57 +00:00
version: '{build}'
configuration:
- Release
before_build:
- cmake .
build_script:
- cmake --build . --config %CONFIGURATION%