1 Star 0 Fork 0

Sshwy / Judger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
virusdefender 提交于 2018-06-09 12:37 . use docker to run tests
sudo: required
services:
- docker
script:
- docker build -t judger-test -f tests/Dockerfile-16.04 .
- docker run -it --rm -v $PWD:/src judger-test /bin/bash -c "chmod +x tests/runtest.sh && ./tests/runtest.sh"
- docker build -t judger-test -f tests/Dockerfile-18.04 .
- docker run -it --rm -v $PWD:/src judger-test /bin/bash -c "chmod +x tests/runtest.sh && ./tests/runtest.sh"
1
https://gitee.com/sshwy/Judger.git
git@gitee.com:sshwy/Judger.git
sshwy
Judger
Judger
newnew

搜索帮助