1 Star 0 Fork 450

Ryan / bilibili-go-code

forked from Elaina / bilibili-go-code 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 976 Bytes
一键复制 编辑 原始数据 按行查看 历史
maple3142 提交于 2019-04-22 17:42 . init
variables:
CI_SERVER_URL: http://git.bilibili.co
# CI_DEBUG_TRACE: "true"
stages:
- COMPILE
- LINT
- TEST
compile part:
stage: COMPILE
script:
- bash .rider/make_update.sh
- bazel info
- pwd
- bash .rider/bazel_build.sh "part"
only:
- branches
retry: 1
compile(merge master):
stage: COMPILE
script:
- git pull origin master
- bash .rider/make_update.sh
- bazel info
- pwd
- bash .rider/bazel_build.sh
only:
- branches
retry: 1
gometalinter:
stage: LINT
allow_failure: true
script:
- echo "gometalinter"
- pwd
- bash .rider/lint.sh
only:
- branches
saga check:
stage: LINT
allow_failure: false
script:
- echo "saga check"
- pwd
- bash .rider/sagacheck.sh
except:
- master
unit test:
stage: TEST
# allow_failure: true
script:
- echo "go unit test run"
- pwd
- bash .rider/unit_test.sh
only:
- branches
tags:
- uat-unittest
Go
1
https://gitee.com/guobin2019/bilibili-go-code.git
git@gitee.com:guobin2019/bilibili-go-code.git
guobin2019
bilibili-go-code
bilibili-go-code
master

搜索帮助