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

This commit is contained in:
xiaoqidun 2020-09-11 21:28:11 +08:00
parent b57fcf57ad
commit 010073a6c0

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
commands:
- go build idkey.go