Merge pull request #205 from JoakimSoderberg/appveyor

Added Windows CI support with appveyor
This commit is contained in:
Petri Lehtinen 2014-09-25 07:45:24 +03:00
commit 5fc44e10aa

6
appveyor.yml Normal file
View File

@ -0,0 +1,6 @@
build_script:
- md build
- cd build
- cmake ..
- cmake --build . --config Release
- ctest --output-on-failure