Update .drone.yml
parent
00c697ed2d
commit
4524f2fad1
@ -1,6 +1,14 @@
|
||||
workspace:
|
||||
base: /go
|
||||
path: src/github.com/drone-demos/drone-with-go
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: golang:1.5
|
||||
test:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go vet
|
||||
- go test -v -cover
|
||||
build:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go build
|
||||
|
Loading…
Reference in New Issue