1 Star 0 Fork 22

chainAB / go-common

forked from nineteen / go-common 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 976 Bytes
一键复制 编辑 原始数据 按行查看 历史
bean.liu 提交于 2019-04-22 16:59 . 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
1
https://gitee.com/ignore_etc/go-common.git
git@gitee.com:ignore_etc/go-common.git
ignore_etc
go-common
go-common
master

搜索帮助