Added drone CI configuration file
This commit is contained in:
parent
30c045c753
commit
94bc7789d4
11
.drone.yml
Normal file
11
.drone.yml
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user