chg: dev: drone test @minor
This commit is contained in:
parent
172a65be2b
commit
0c17334384
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: golang:1.12
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
Loading…
Add table
Add a link
Reference in a new issue