go-sdk/.drone.yml

21 lines
322 B
YAML
Raw Normal View History

2016-11-07 12:42:13 +00:00
workspace:
base: /srv/app
path: src/github.com/go-gitea/go-sdk
pipeline:
testing:
image: webhippie/golang:latest
pull: true
commands:
- make clean
- make vet
- make lint
- make test
- make build
coverage:
image: plugins/coverage
gitter:
image: plugins/gitter