summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 251463ed61..a9feb60a55 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -8,11 +8,12 @@ pipeline:
pull: true
environment:
CGO_ENABLED: 1
- TAGS: sqlite
+ TAGS: sqlite bindata
GOPATH: /srv/app
commands:
- apk -U add openssh-client
- make clean
+ - make generate
- make vet
- make lint
- make test
@@ -25,7 +26,7 @@ pipeline:
pull: true
environment:
CGO_ENABLED: 1
- TAGS: sqlite
+ TAGS: sqlite bindata
GOPATH: /srv/app
commands:
- make test-mysql
@@ -37,7 +38,7 @@ pipeline:
pull: true
environment:
CGO_ENABLED: 1
- TAGS: sqlite
+ TAGS: sqlite bindata
GOPATH: /srv/app
commands:
- make test-pgsql
@@ -49,7 +50,7 @@ pipeline:
pull: true
environment:
CGO_ENABLED: 1
- TAGS: sqlite
+ TAGS: sqlite bindata
GOPATH: /srv/app
commands:
- make release