1
0
tükörképe a: https://github.com/quitesimpleorg/qsmaddy.git synced 2024-06-09 23:11:15 +02:00
qsmaddy/appveyor.yml
2019-02-19 02:10:38 +01:00

14 sor
238 B
YAML

image: Visual Studio 2017
install:
- cmd: git submodule update --init --recursive
build_script:
- cmd: mkdir tmp
- cmd: cd tmp
- cmd: cmake -G "Visual Studio 15 Win64" ..
test_script:
- cmd: cd tmp
- ctest -VV -C "Release"