b94d767f86
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.
6 lines
119 B
YAML
6 lines
119 B
YAML
build_script:
|
|
- md build
|
|
- cd build
|
|
- cmake ..
|
|
- cmake --build . --config Release
|
|
- ctest --output-on-failure |