jansson/appveyor.yml
Joakim Soderberg b94d767f86 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.
2014-09-24 18:08:45 +02:00

6 lines
119 B
YAML

build_script:
- md build
- cd build
- cmake ..
- cmake --build . --config Release
- ctest --output-on-failure