Updated Drone CI configuration
This commit is contained in:
parent
08e7cb88ce
commit
c21b9b1e3d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user