woodpecker/cncd/pipeline/.drone.yml

16 lines
412 B
YAML
Raw Normal View History

2019-04-06 13:44:04 +00:00
workspace:
base: /go
2019-08-27 11:01:29 +00:00
path: src/github.com/laszlocph/woodpecker/cncd/pipeline
2019-04-06 13:44:04 +00:00
pipeline:
install:
image: golang:1.8
commands:
2019-08-27 11:01:29 +00:00
- go install github.com/laszlocph/woodpecker/cncd/pipeline/pipec
- go install github.com/laszlocph/woodpecker/cncd/pipeline/piped
2019-04-06 13:44:04 +00:00
test:
image: golang:1.8
commands:
2019-09-14 12:11:24 +00:00
- go test -cover -timeout 30s github.com/laszlocph/woodpecker/cncd/pipeline/...