1 Star 0 Fork 321

springrain / zadig

forked from KodeRover / zadig 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
zadig-ci.yaml 643 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
leozhang2018 提交于 2021-06-24 20:12 . Zadig release v1.1.1
version: '1.0'
stages:
- clone
- ut
steps:
clone:
git: github
repo: 'https://github.com/koderover/Zadig'
revision: main
title: git clone
type: git-clone
working_directory: '${{KR_VOLUME_PATH}}'
stage: clone
ut:
title: unit test
stage: ut
image: golang:1.16.5
commands:
- go env -w GOCACHE="/koderover/volume/buildcache"
- go env -w GOMODCACHE="/koderover/volume/go/pkg/mod" GO111MODULE="on"
- export GOPROXY=https://goproxy.cn,https://goproxy.io,direct
- cd Zadig
- go test -coverprofile=coverage.xml $(cat ut.file)
working_directory: '${{KR_VOLUME_PATH}}'
Go
1
https://gitee.com/chunanyong/zadig.git
git@gitee.com:chunanyong/zadig.git
chunanyong
zadig
zadig
main

搜索帮助

14c37bed 8189591 565d56ea 8189591