1 Star 0 Fork 1

Samlily-Xie/RPC-Turbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
vaporz 提交于 2020-05-21 12:25 +08:00 . ignore *.pb.go
language: go
sudo: required
go:
- 1.14.x
go_import_path: github.com/vaporz/turbo
before_install:
# execute all of the commands which need to be executed
# before installing dependencies
- ./.travis/install-thrift.sh
- ./.travis/install-protoc.sh 3.1.0
- go get github.com/mattn/goveralls
install:
# install all of the dependencies you need here
- export GO111MODULE=on
- export GOBIN="$HOME/local/bin"
- go get github.com/golang/protobuf/protoc-gen-go
- cd $GOPATH/src/github.com/vaporz/turbo
- go mod tidy
- make install
before_script:
# execute all of the commands which need to be executed
# before running actual tests
# for example:
#- mysql -u root -e 'CREATE DATABASE test'
#- bin/doctrine-migrations migrations:migrate
script:
# execute all of the commands which should make the build pass or fail
- $HOME/gopath/bin/goveralls -service=travis-ci -ignore=protoc-gen-buildfields/*,test/testservice/*,test/testservice/*/*,test/testservice/*/*/*,test/testservice/*/*/*/*/*,test/testservice/*/*/*/*/*/*,turbo/*,turbo/cmd/root.go,*.pb.go
env:
global:
- "PATH=$PATH:$HOME/local/bin"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/samlily-xie/RPC-Turbo.git
git@gitee.com:samlily-xie/RPC-Turbo.git
samlily-xie
RPC-Turbo
RPC-Turbo
master

搜索帮助