chore(自动测试): 添加ci自动编译测试

main
xiaoqidun 3 years ago
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…
Cancel
Save