mirror of
https://github.com/xiaoqidun/gitcz.git
synced 2024-11-23 16:06:45 +08:00
chore(自动编译): 添加CI配置
This commit is contained in:
parent
f04d2813ba
commit
5406406bea
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user