mirror of
https://github.com/xiaoqidun/idkey.git
synced 2025-01-22 11:49:30 +08:00
chore(自动测试): 添加ci自动编译测试
This commit is contained in:
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
|
Reference in New Issue
Block a user