1
0
Derivar 0
qsmaddy/appveyor.yml

13 linhas
227 B
YAML
Em bruto Vista normal Histórico

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