1
0
Mirror von https://github.com/quitesimpleorg/qsmaddy.git synchronisiert 2024-06-09 15:10:31 +02:00
qsmaddy/appveyor.yml
2019-02-19 02:21:00 +01:00

13 Zeilen
227 B
YAML

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