1 Star 0 Fork 166

东郡 / Apache APISIX incubating

forked from iresty / Apache APISIX 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
王院生 提交于 2020-03-23 00:03 . CI(OSX): run part test cases. (#1314)
dist: xenial
sudo: required
matrix:
include:
- os: linux
services:
- docker
env: OSNAME=linux_openresty
- os: osx
env: OSNAME=osx_openresty
cache:
directories:
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew
- os: linux
services:
- docker
env: OSNAME=linux_tengine
- os: linux
services:
- docker
env: OSNAME=linux_apisix_master_luarocks
- os: linux
services:
- docker
env: OSNAME=linux_apisix_current_luarocks
language: c
addons:
apt:
packages:
- cpanminus
- build-essential
- libncurses5-dev
- libreadline-dev
- libssl-dev
- perl
- etcd
- luarocks
- lua-check
homebrew:
update: true
cache:
directories:
- build-cache
before_cache:
- brew cleanup
before_install:
- echo $OSNAME
- $PWD/.travis/${OSNAME}_runner.sh before_install
install:
- $PWD/.travis/${OSNAME}_runner.sh do_install
script:
- $PWD/.travis/${OSNAME}_runner.sh script
after_success:
- $PWD/.travis/${OSNAME}_runner.sh after_success
Lua
1
https://gitee.com/ldongjun/apisix.git
git@gitee.com:ldongjun/apisix.git
ldongjun
apisix
Apache APISIX incubating
master

搜索帮助