1 Star 0 Fork 0

lipenglin / protobuf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 509 Bytes
一键复制 编辑 原始数据 按行查看 历史
jmarais 提交于 2019-10-06 19:21 . Ghworkflow (#632)
apt:
update: true
env:
- PROTOBUF_VERSION=2.6.1
- PROTOBUF_VERSION=3.0.2
- PROTOBUF_VERSION=3.9.1
before_install:
- HOME=/home/travis ./install-protobuf.sh
- PATH=/home/travis/bin:$PATH protoc --version
script:
- PATH=/home/travis/bin:$PATH make buildserverall
- echo $TRAVIS_GO_VERSION
- if [[ "$PROTOBUF_VERSION" == "3.9.1" ]] && [[ "$TRAVIS_GO_VERSION" == "1.12.x" ]]; then ! git status --porcelain | read || (git status; git diff; exit 1); fi
language: go
go:
- 1.11.x
- 1.12.x
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lipenglin/protobuf.git
git@gitee.com:lipenglin/protobuf.git
lipenglin
protobuf
protobuf
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891