mirror of https://github.com/xiaoqidun/goini.git
chore(自动测试): 自动测试代码
parent
620566d3b4
commit
4349dffbe5
|
@ -0,0 +1,10 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
pull: if-not-exists
|
||||
image: golang
|
||||
commands:
|
||||
- go build goini.go
|
Loading…
Reference in New Issue