mirror of https://github.com/akheron/jansson
Merge pull request #205 from JoakimSoderberg/appveyor
Added Windows CI support with appveyor
This commit is contained in:
commit
5fc44e10aa
|
@ -0,0 +1,6 @@
|
|||
build_script:
|
||||
- md build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- cmake --build . --config Release
|
||||
- ctest --output-on-failure
|
Loading…
Reference in New Issue