mirror of
https://github.com/xiaoqidun/idkey.git
synced 2024-11-21 15:50:07 +08:00
chore(自动测试): 添加ci自动编译测试
This commit is contained in:
parent
b57fcf57ad
commit
010073a6c0
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
|
||||
commands:
|
||||
- go build idkey.go
|
Loading…
x
Reference in New Issue
Block a user