mirror of
https://github.com/progsource/maddy.git
synced 2026-05-15 04:10:07 +02:00
try out appveyor
This commit is contained in:
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"
|
||||||
Reference in New Issue
Block a user