mirror of https://github.com/xiaoqidun/idkey.git
chore(自动测试): 添加ci自动编译测试
This commit is contained in:
parent
b57fcf57ad
commit
010073a6c0
|
@ -0,0 +1,10 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
pull: if-not-exists
|
||||
image: golang
|
||||
commands:
|
||||
- go build idkey.go
|
Loading…
Reference in New Issue