Added a basic drone config

This commit is contained in:
Thomas Boerger 2016-11-07 13:42:13 +01:00 committed by Andrey Nering
parent 4fd43e0dc1
commit 1f1805b1a7
1 changed files with 21 additions and 0 deletions

21
.drone.yml Normal file
View File

@ -0,0 +1,21 @@
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
server: http://coverage.gitea.io
gitter:
image: plugins/gitter