1 Star 0 Fork 0

systechn/lua-resty-jwt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ci 619 Bytes
一键复制 编辑 原始数据 按行查看 历史
Luca Favatella 提交于 2017-03-26 14:53 . Review CI (#59)
#!/bin/bash
set -ev # Ref https://docs.travis-ci.com/user/customizing-the-build/#Implementing-Complex-Build-Steps
case "${1:?}" in
before_install)
docker pull skylothar/openresty-testsuite:latest
;;
script)
docker run \
-a stdin -a stdout -a stderr -i \
--rm \
--entrypoint="" \
-v "$(pwd)":/lua-resty-jwt -w /lua-resty-jwt \
--name lua-resty-jwt-tests \
skylothar/openresty-testsuite:latest \
/bin/sh -c 'luarocks make lua-resty-jwt-dev-0.rockspec && prove -r t'
;;
esac
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Lua
1
https://gitee.com/systechn/lua-resty-jwt.git
git@gitee.com:systechn/lua-resty-jwt.git
systechn
lua-resty-jwt
lua-resty-jwt
master

搜索帮助