Added drone CI configuration file

This commit is contained in:
Gregory Ballantine 2018-11-29 17:59:46 -05:00
parent 30c045c753
commit 94bc7789d4

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
name: default
- name: build
image: golang
commands:
- export PATH=$PATH:/go
- go get github.com/golang/dep/cmd/dep
- dep ensure
- go build