Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit 1f1805b

Browse files
Thomas Boergerandreynering
authored andcommitted
Added a basic drone config
1 parent 4fd43e0 commit 1f1805b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.drone.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
workspace:
2+
base: /srv/app
3+
path: src/github.com/go-gitea/go-sdk
4+
5+
pipeline:
6+
testing:
7+
image: webhippie/golang:latest
8+
pull: true
9+
commands:
10+
- make clean
11+
- make vet
12+
- make lint
13+
- make test
14+
- make build
15+
16+
coverage:
17+
image: plugins/coverage
18+
server: http://coverage.gitea.io
19+
20+
gitter:
21+
image: plugins/gitter

0 commit comments

Comments
 (0)