1
0
peilaus alkaen https://github.com/quitesimpleorg/qsmaddy.git synced 2024-11-05 09:14:38 +01:00
qsmaddy/appveyor.yml

11 rivejä
175 B
YAML
Raaka Normaali näkymä Historia

2019-02-19 02:02:58 +01:00
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"