1
0
kopia lustrzana https://github.com/quitesimpleorg/qsmaddy.git synced 2024-06-10 07:11:15 +02:00
qsmaddy/appveyor.yml
M. Petra Baranski af6dd8f65a try out appveyor
2019-02-19 02:02:58 +01:00

11 wiersze
175 B
YAML

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"