7 Star 10 Fork 2

我的上铺叫路遥 / smithsnmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
我的上铺叫路遥 提交于 2017-01-22 17:09 . Remove coverage test
language: c
env:
matrix:
- "LUA=lua5.1 EVLOOP=epoll"
- "LUA=lua5.1 EVLOOP=select"
install:
- "sudo apt-get install -yq $LUA $lib$LUA-0-dev python-pexpect"
- "./tests/netsnmp_build.sh"
script:
- "scons --with-agentx --evloop=$EVLOOP"
- "sudo SYS_LUA_PATH=`$LUA -e 'print(package.path)'` LUA=$LUA python ./tests/test_all.py"
after_success:
after_failure:
- "cat config.log"
- "cat tests/test.log"
C
1
https://gitee.com/begeekmyfriend/smithsnmp.git
git@gitee.com:begeekmyfriend/smithsnmp.git
begeekmyfriend
smithsnmp
smithsnmp
master

搜索帮助