2 Star 4 Fork 3

iresty / lua-resty-libr3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 906 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
os: linux
dist: xenial
sudo: required
addons:
apt:
packages:
- cpanminus
- build-essential
- libncurses5-dev
- libpcre3-dev
- libreadline-dev
- libssl-dev
- perl
env:
global:
- JOBS=2
- OPENRESTY_PREFIX=/usr/local/openresty
before_install:
- sudo cpanm --notest Test::Nginx > build.log 2>&1 || (cat build.log && exit 1)
install:
- wget -qO - https://openresty.org/package/pubkey.gpg | sudo apt-key add -
- sudo apt-get -y install software-properties-common
- sudo add-apt-repository -y "deb http://openresty.org/package/ubuntu $(lsb_release -sc) main"
- sudo apt-get update
- sudo apt-get install openresty
- git clone https://github.com/openresty/test-nginx.git test-nginx
script:
- export PATH=$OPENRESTY_PREFIX/nginx/sbin:$PATH
- make compile > build.log 2>&1 || (cat build.log && exit 1)
- prove -Itest-nginx/lib -r t
Lua
1
https://gitee.com/iresty/lua-resty-libr3.git
git@gitee.com:iresty/lua-resty-libr3.git
iresty
lua-resty-libr3
lua-resty-libr3
master

搜索帮助

14c37bed 8189591 565d56ea 8189591