自动测试cidi
This commit is contained in:
parent
f2218df084
commit
a301a6acfb
|
@ -0,0 +1,14 @@
|
|||
# .drone.yml
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go test
|
||||
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
Loading…
Reference in New Issue