镜像来自
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-11-05 01:04:37 +01:00
11 line
175 B
YAML
11 line
175 B
YAML
image: Visual Studio 2017
|
|
|
|
build_script:
|
|
- cmd: mkdir tmp
|
|
- cmd: cd tmp
|
|
- cmd: cmake -G "Visual Studio 2017" ..
|
|
|
|
test_script:
|
|
- cmd: cd tmp
|
|
- ctest -VV -C "Release"
|