1 Star 0 Fork 94

Oldyuan / bk-cmdb

forked from 腾讯蓝鲸智云 / bk-cmdb 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 548 Bytes
一键复制 编辑 原始数据 按行查看 历史
wusendong 提交于 2019-06-24 15:13 . change go version in travis ci
language: go
go:
- "1.12.x"
# safelist
branches:
only:
- master
- /^v3\.[1-9]+[0-9]*[0-9]*\.x$/
- travis_ci
env:
global:
- REPO_NAME=bk-cmdb
- BUILD_DIR=configcenter
cache:
directories:
- node_modules
install: true
script:
- pwd && ls ./ && ls ../
- cd ../ && mv $REPO_NAME ../../$BUILD_DIR
- cd ../../$BUILD_DIR
- ./scripts/travis_ci.sh
- cd src
- make
notifications:
email:
recipients:
- lowenitt@sina.com
on_success: always # default: change
on_failure: always # default: always
Go
1
https://gitee.com/oldyuan/bk-cmdb.git
git@gitee.com:oldyuan/bk-cmdb.git
oldyuan
bk-cmdb
bk-cmdb
master

搜索帮助