3 Star 1 Fork 1

Gitee 极速下载/RPC-Turbo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/vaporz/turbo
克隆/下载
.travis.yml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
vaporz 提交于 2023-10-15 21:22 +08:00 . upgrade to: go 1.21.3, thrift 0.19.0
language: go
sudo: required
go:
- 1.21.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/mirrors/RPC-Turbo.git
git@gitee.com:mirrors/RPC-Turbo.git
mirrors
RPC-Turbo
RPC-Turbo
master

搜索帮助