1
0
镜像自地址 https://github.com/quitesimpleorg/qsmaddy.git 已同步 2024-11-25 08:42:36 +01:00

appveyor do cmake before build

这个提交包含在:
M. Petra Baranski 2019-02-19 02:21:00 +01:00
父节点 519c81eaab
当前提交 371dc41aff

查看文件

@ -3,7 +3,7 @@ image: Visual Studio 2017
install:
- cmd: git submodule update --init --recursive
build_script:
before_build:
- cmd: mkdir tmp
- cmd: cd tmp
- cmd: cmake -G "Visual Studio 15 Win64" ..