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