自动测试cidi

This commit is contained in:
giaogiao 2023-09-11 11:38:59 +08:00
parent f2218df084
commit a301a6acfb
1 changed files with 14 additions and 0 deletions

14
.drone.yml Normal file
View File

@ -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