1 Star 0 Fork 127

陈雪嘉 / xmake

forked from tboox / xmake 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 783 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2018-09-12 23:57 . remove luacov in ci
sudo: required
language: C
matrix:
include:
- os: osx
- os: linux
dist: trusty
compiler: gcc-5
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; brew install dmd rust; fi
- echo $CI
script:
- scripts/get.sh __local__
- source ~/.xmake/profile
- xmake lua versioninfo
- xmake f -m coverage -P core
- xmake -v -P core
- export XMAKE_PROGRAM_DIR=$PWD/xmake
- core/build/xmake lua versioninfo
- export XMAKE_PROGRAM_DIR=~/.local/share/xmake
- cp core/build/xmake "$XMAKE_PROGRAM_DIR" || sudo cp core/build/xmake "$XMAKE_PROGRAM_DIR"
- xmake lua versioninfo
- xmake lua --backtrace tests/test.lua
Lua
1
https://gitee.com/chenxuejia/xmake.git
git@gitee.com:chenxuejia/xmake.git
chenxuejia
xmake
xmake
master

搜索帮助