1 Star 0 Fork 358

中玉/tbox

forked from tboox/tbox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.appveyor.yml 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2017-08-10 13:59 . fix appveyor
os:
- Visual Studio 2015
- Visual Studio 2013
platform:
- Win32
- Win64
before_build:
- ps: Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xmake/master/scripts/get.ps1' -UseBasicParsing).Content
- cmd: xmake --version
build_script:
- cmd: xmake
- cmd: xmake p
- cmd: if %platform%==Win32 xmake f -m debug
- cmd: if %platform%==Win64 xmake f -m debug -a x64
- cmd: xmake -r
test_script:
- cmd: xmake r demo
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zhongyu9/tbox.git
git@gitee.com:zhongyu9/tbox.git
zhongyu9
tbox
tbox
master

搜索帮助