1 Star 0 Fork 48

zxy2011qp/DesignPattern

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
涛哥威威 提交于 2018-09-19 23:57 . use cmake
version: build{build}
image: Visual Studio 2017
branches:
except:
- project/travis
environment:
matrix:
- name: win32
platform: amd64_x86
build_script:
- mkdir build
- cd build
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64
- cmake .. -G "NMake Makefiles"
- nmake
test_script:
- ctest -C Release -V -j
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhuxiaoyou/DesignPattern.git
git@gitee.com:zhuxiaoyou/DesignPattern.git
zhuxiaoyou
DesignPattern
DesignPattern
master

搜索帮助