1 Star 0 Fork 135

mycls/xmake

forked from tboox/xmake 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
ruki 提交于 2019-07-22 23:07 +08:00 . fix 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 --version
- xmake -P core
- export XMAKE_PROGRAM_DIR=$PWD/xmake
- core/build/xmake --version
- export XMAKE_PROGRAM_DIR=~/.local/share/xmake
- cp core/build/xmake "$XMAKE_PROGRAM_DIR" || sudo cp core/build/xmake "$XMAKE_PROGRAM_DIR"
- xmake --version
- travis_wait 60 xmake lua -v -D tests/run.lua
- scripts/makeself/build-runfile.sh
- ls -l scripts/makeself/xmake.bz2.run
- scripts/makeself/xmake.bz2.run --info
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/mycls/xmake.git
git@gitee.com:mycls/xmake.git
mycls
xmake
xmake
master

搜索帮助