1 Star 0 Fork 33

Admin / BAETYL

forked from 百度开源 / baetyl 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 576 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: false
language: go
go:
- "1.13"
env:
- DOCKER_API_VERSION=1.38
before_install:
- pyenv local 2.7.15 3.7
- sudo apt-get install python3-pip
- sudo apt-get install python-pip
- pip3 install grpcio protobuf pyyaml
- pip2 install grpcio protobuf pyyaml gevent grpcio-tools
install: true
script:
- echo "baetyl build begin"
- env GO111MODULE=on GOPROXY=https://goproxy.io make
- echo "baetyl build end"
- echo "baetyl unit test begin"
- env GO111MODULE=on GOPROXY=https://goproxy.io make test GO_TEST_FLAGS=--race
- echo "baetyl unit test end"
Python
1
https://gitee.com/steamfeifei_1010155688/BAETYL.git
git@gitee.com:steamfeifei_1010155688/BAETYL.git
steamfeifei_1010155688
BAETYL
BAETYL
master

搜索帮助