Added Windows CI support with appveyor

Added support for http://www.appveyor.com/ (login via github account).

This will build the project and run the unit tests on Windows as well.
Possible to add a badge like with Travis in the README.md as well.
This commit is contained in:
Joakim Soderberg 2014-09-24 18:02:04 +02:00
parent 43f17d010a
commit b94d767f86

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