Update .drone.yml
This commit is contained in:
12
.drone.yml
12
.drone.yml
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user