1 Star 0 Fork 1

Jhon_tao/gymfc

forked from hitall/gymfc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wil 提交于 2020-05-14 00:10 . Add comments
# This travis script builds and installs gymfc via pip in a docker container.
# We need the docker container because we want to use the same running environment
# for the build and this can take over an hour exceeding the travis build timeout.
sudo: required
language: generic
matrix:
include:
- name: "Bionic beaver"
dist: bionic
services:
- docker
before-install:
- docker pull wil3/gymfc:testing
install:
- docker run -v $TRAVIS_BUILD_DIR:/tmp/gymfc wil3/gymfc:testing "cd /tmp/gymfc && pip3 install ."
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jhon_tao/gymfc.git
git@gitee.com:jhon_tao/gymfc.git
jhon_tao
gymfc
gymfc
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385