1 Star 1 Fork 0

teamlint/nrpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 436 Bytes
一键复制 编辑 原始数据 按行查看 历史
Christophe de Vienne 提交于 2020-05-27 23:56 . Fix travis build
language: go
go:
- 1.13
before_script:
- curl -sSL https://github.com/google/protobuf/releases/download/v3.12.1/protoc-3.12.1-linux-x86_64.zip -o protoc.zip
- sudo unzip -d /usr/local protoc.zip
- sudo chmod a+x /usr/local/bin/protoc
- sudo chmod -R a+rx /usr/local/include/google
- go get google.golang.org/protobuf/cmd/protoc-gen-go
- go install google.golang.org/protobuf/cmd/protoc-gen-go
script:
- go test ./...
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/teamlint/nrpc.git
[email protected]:teamlint/nrpc.git
teamlint
nrpc
nrpc
master

搜索帮助