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:
|
||||
build:
|
||||
image: golang:1.5
|
||||
test:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go vet
|
||||
- go test -v -cover
|
||||
build:
|
||||
image: golang:latest
|
||||
commands:
|
||||
- go build
|
||||
|
||||
Reference in New Issue
Block a user