qsmaddy/appveyor.yml

14 wiersze
235 B
YAML
Czysty Zwykły widok Historia

2019-02-19 02:02:58 +01:00
image: Visual Studio 2017
2019-02-19 02:09:23 +01:00
init:
- 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: cd tmp
- ctest -VV -C "Release"