1
0
spogulis no https://github.com/quitesimpleorg/qsmaddy.git synced 2024-06-10 15:11:16 +02:00
qsmaddy/appveyor.yml

13 rindas
227 B
YAML

2019-02-19 02:02:58 +01:00
image: Visual Studio 2017
install:
2019-02-19 02:09:23 +01:00
- cmd: git submodule update --init --recursive
2019-02-19 02:02:58 +01:00
build_script:
- cmd: mkdir tmp
- cmd: cd tmp
2019-02-19 02:06:19 +01:00
- cmd: cmake -G "Visual Studio 15 Win64" ..
2019-02-19 02:02:58 +01:00
test_script:
- cmd: ctest -VV -C "Release"