adding a drone build spec

This commit is contained in:
Vincent Batts 2018-07-12 08:42:01 -04:00
parent 36aff62c58
commit f4e8b28ec5
1 changed files with 7 additions and 0 deletions

7
.drone.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
build:
image: golang
commands:
- go get
- go build
- go test