Merge pull request #205 from JoakimSoderberg/appveyor
Added Windows CI support with appveyor
This commit is contained in:
commit
5fc44e10aa
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