1 Star 1 Fork 1

Bin / trantor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 527 Bytes
一键复制 编辑 原始数据 按行查看 历史
an-tao 提交于 2020-12-12 16:18 . Bump version to 1.1.1
version: 1.1.1.{build}
image: Visual Studio 2019
configuration:
- Release
- Debug
environment:
matrix:
- GENERATOR: Visual Studio 16 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
ARCH: Win32
- GENERATOR: Visual Studio 16 2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
ARCH: x64
init: []
before_build:
- md build
- cd build
- cmake --config "%CONFIGURATION%" -G "%GENERATOR%" ..
build_script:
- cmake --build . --config "%CONFIGURATION%"
build:
verbosity: minimal
1
https://gitee.com/huzbin/trantor.git
git@gitee.com:huzbin/trantor.git
huzbin
trantor
trantor
master

搜索帮助