appveyor configuration

This commit is contained in:
Daniel Sipka 2015-10-01 11:17:01 +02:00
parent 40b601f555
commit 8926c476b3

10
appveyor.yml Normal file
View File

@ -0,0 +1,10 @@
environment:
matrix:
- GENERATOR: "Visual Studio 12"
CONFIG: Debug
build_script:
- mkdir build
- cd build
- cmake "-G%GENERATOR%" ..
- cmake --build . --config "%CONFIG%"