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:
parent
43f17d010a
commit
b94d767f86
6
appveyor.yml
Normal file
6
appveyor.yml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
build_script:
|
||||||
|
- md build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- cmake --build . --config Release
|
||||||
|
- ctest --output-on-failure
|
Loading…
Reference in New Issue
Block a user