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

This commit is contained in:
xiaoqidun 2020-08-11 18:07:46 +08:00
parent f04d2813ba
commit 5406406bea

10
.drone.yml Normal file
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