Updated Drone CI configuration

This commit is contained in:
Gregory Ballantine 2019-07-22 16:16:47 -04:00
parent 08e7cb88ce
commit c21b9b1e3d

View File

@ -4,8 +4,10 @@ name: default
steps:
- name: build
image: golang:1.12
workspace:
base: /go
path: src/git.metaunix.net/metaunix.net/muldap
commands:
- export GOPATH=/drone
- go get github.com/golang/dep/cmd/dep
- dep ensure
- go build