1
0
réplica de https://github.com/quitesimpleorg/qsmaddy.git sincronizado 2024-06-28 13:36:14 +02:00
qsmaddy/appveyor.yml
2019-02-19 02:06:19 +01:00

11 linhas
179 B
YAML

image: Visual Studio 2017
build_script:
- cmd: mkdir tmp
- cmd: cd tmp
- cmd: cmake -G "Visual Studio 15 Win64" ..
test_script:
- cmd: cd tmp
- ctest -VV -C "Release"