mirror of
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-11-21 23:27:51 +01:00
try out appveyor
This commit is contained in:
parent
ab567fc2f1
commit
af6dd8f65a
10
appveyor.yml
Normal file
10
appveyor.yml
Normal file
@ -0,0 +1,10 @@
|
||||
image: Visual Studio 2017
|
||||
|
||||
build_script:
|
||||
- cmd: mkdir tmp
|
||||
- cmd: cd tmp
|
||||
- cmd: cmake -G "Visual Studio 2017" ..
|
||||
|
||||
test_script:
|
||||
- cmd: cd tmp
|
||||
- ctest -VV -C "Release"
|
Loading…
Reference in New Issue
Block a user