1 Star 0 Fork 0

季碳/JudgeServer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 316 Bytes
一键复制 编辑 原始数据 按行查看 历史
virusdefender 提交于 2018-03-18 08:19 +08:00 . Python3 server
sudo: required
language: python
services:
- docker
before_install:
- sudo mkdir -p /data/log
- pip install requests
script:
- docker pull qduoj/judge-server
- cp docker-compose.example.yml docker-compose.yml
- docker-compose up -d
- docker ps -a
- sleep 5
- python tests/tests.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aphroq/JudgeServer.git
git@gitee.com:aphroq/JudgeServer.git
aphroq
JudgeServer
JudgeServer
master

搜索帮助