added drone config
This commit is contained in:
parent
28b3bffe19
commit
f5dc4dec8f
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: golang
|
||||||
|
commands:
|
||||||
|
- go get
|
||||||
|
- go build
|
||||||
|
- go test
|
||||||
|
when:
|
||||||
|
event: [push, tag]
|
||||||
|
branch: master
|
Loading…
Reference in New Issue
Block a user