muldap/.drone.yml

12 lines
168 B
YAML
Raw Normal View History

2018-11-29 17:59:46 -05:00
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