1 Star 0 Fork 354

stonly/tbox

forked from tboox/tbox 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 421 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2017-06-30 20:06 . improve travis and appveyor
os:
- Visual Studio 2015
- Visual Studio 2013
platform:
- Win32
- Win64
before_build:
- ps: Invoke-Expression (Invoke-Webrequest 'http://xmake.io/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/maodapeng/tbox.git
git@gitee.com:maodapeng/tbox.git
maodapeng
tbox
tbox
master

搜索帮助