mirror of
https://github.com/xiaoqidun/goini.git
synced 2026-09-12 08:30:03 +08:00
chore(自动测试): 自动测试代码
This commit is contained in:
1 parent
620566d3b4
commit
4349dffbe5
1 file changed
+10
+10
@@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
pull: if-not-exists
|
||||
image: golang
|
||||
commands:
|
||||
- go build goini.go
|
||||
Reference in new issue
Block a user