加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
Andreas Schäfer 提交于 2017-03-03 19:15 . add appveyor config
version: 1.0.{build}
shallow_clone: true
matrix:
fast_finish: true
environment:
matrix:
- GENERATOR: "Visual Studio 14"
CONFIG: Debug
- GENERATOR: "Visual Studio 14"
CONFIG: Release
os: Visual Studio 2015
build_script:
- cmake "-G%GENERATOR%" -H. -B_builds
- cmake --build _builds --config "%CONFIG%"
- cmake --build _builds --config "%CONFIG%" --target tests
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化