1 Star 0 Fork 0

SHADOW/karl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 781 Bytes
一键复制 编辑 原始数据 按行查看 历史
shadow 提交于 2019-11-21 15:55 . update README & appveyor support
version: '{build}'
configuration:
- Debug
- Release
environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_GENERATOR: "Visual Studio 15 2017 Win64"
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
CMAKE_GENERATOR: "Visual Studio 15 2017"
matrix:
fast_finish: true
install:
# git bash conflicts with MinGW makefiles
- if "%CMAKE_GENERATOR%"=="MinGW Makefiles" (set "PATH=%PATH:C:\Program Files\Git\usr\bin;=%")
- if not "%CXX_PATH%"=="" (set "PATH=%PATH%;%CXX_PATH%")
- git submodule update --init --recursive
build_script:
- md _build -Force
- cd _build
- echo %configuration%
- cmake -G "%CMAKE_GENERATOR%" "-DCMAKE_BUILD_TYPE=%configuration%" -DBUILD_TESTING=ON ..
- cmake --build . --config %configuration%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shadowyuan/karl.git
[email protected]:shadowyuan/karl.git
shadowyuan
karl
karl
master

搜索帮助