mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 21:45:04 +00:00
Merge pull request #205 from JoakimSoderberg/appveyor
Added Windows CI support with appveyor
This commit is contained in:
commit
5fc44e10aa
1 changed files with 6 additions and 0 deletions
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…
Add table
Reference in a new issue