1
0
espelhamento de https://github.com/quitesimpleorg/qsmaddy.git sincronizado 2024-06-10 07:11:15 +02:00
qsmaddy/appveyor.yml

11 linhas
179 B
YAML
Original Visão normal Histórico

2019-02-19 02:02:58 +01:00
image: Visual Studio 2017
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"