chore(自动编译): 添加CI配置

This commit is contained in:
xiaoqidun committed 2020-08-11 18:07:46 +08:00
1 parent f04d2813ba
commit 5406406bea
1 file changed
+10
+10
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
pull: if-not-exists
image: golang:alpine
commands:
- go build gitcz.go