1
0
镜像自地址 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2025-02-16 17:12:33 +01:00

try out appveyor

这个提交包含在:
M. Petra Baranski 2019-02-19 02:02:58 +01:00
父节点 ab567fc2f1
当前提交 af6dd8f65a

10
appveyor.yml 普通文件
查看文件

@ -0,0 +1,10 @@
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"