adding a drone build spec
This commit is contained in:
parent
36aff62c58
commit
f4e8b28ec5
1 changed files with 7 additions and 0 deletions
7
.drone.yml
Normal file
7
.drone.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: golang
|
||||
commands:
|
||||
- go get
|
||||
- go build
|
||||
- go test
|
Loading…
Reference in a new issue