1 Star 0 Fork 129

BossDing-2020 / xmake

forked from tboox / xmake 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2018-09-12 23:57 . remove luacov in ci
version: v2.1.8.{build}
os:
- Visual Studio 2013
- Visual Studio 2015
- Visual Studio 2017
platform:
- Win32
- Win64
install:
- cmd: echo %CI%
build_script:
- ps: Invoke-Expression (Get-Content scripts\get.ps1 | Out-String)
- cmd: xmake lua versioninfo
- cmd: xmake -P core
- cmd: set XMAKE_PROGRAM_DIR=%cd%\xmake
- cmd: core\build\xmake lua versioninfo
- ps: Copy-Item -Force core\build\xmake.exe $HOME\xmake
- cmd: xmake lua --backtrace tests\test.lua
on_success:
- ps: $env:XMAKE_PROGRAM_DIR=$null
- ps: Invoke-Expression (Get-Content scripts\getpb.ps1 | Out-String)
after_build:
- ps: Copy-Item core\build\xmake.exe .
artifacts:
- path: xmake.exe
Lua
1
https://gitee.com/BossDing/xmake.git
git@gitee.com:BossDing/xmake.git
BossDing
xmake
xmake
master

搜索帮助