0 Star 0 Fork 319

zcy / 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
C
1
https://gitee.com/zhangchye/tbox.git
git@gitee.com:zhangchye/tbox.git
zhangchye
tbox
tbox
master

搜索帮助