Added a basic drone config
This commit is contained in:
parent
4fd43e0dc1
commit
1f1805b1a7
1 changed files with 21 additions and 0 deletions
21
.drone.yml
Normal file
21
.drone.yml
Normal 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
|
Loading…
Reference in a new issue