add Drone CI
This commit is contained in:
parent
036d574c9a
commit
662901496d
7
.drone.yml
Normal file
7
.drone.yml
Normal file
@ -0,0 +1,7 @@
|
||||
pipeline:
|
||||
build:
|
||||
image: golang:stretch
|
||||
commands:
|
||||
- go get -d -v
|
||||
- go build -v
|
||||
|
Loading…
Reference in New Issue
Block a user