summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2017-12-09 18:17:40 +0800
committerLauris BH <lauris@nix.lv>2017-12-09 12:17:40 +0200
commitb8e45b1e19895966617fe6db049de1a1af499b03 (patch)
tree95e41f015904ee1548f200230f71c6b2cf533a34 /.drone.yml
parent5b30964e541ef65f25e4247b4a8a854452ae9f51 (diff)
downloadgitea-b8e45b1e19895966617fe6db049de1a1af499b03.tar.gz
gitea-b8e45b1e19895966617fe6db049de1a1af499b03.zip
Fix missing drone test on release/* (#3126)
* fix missing drone test on release/* * remove test coverage on release/*
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index e168f280a8..1f4d2a1faa 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -91,6 +91,19 @@ pipeline:
pull: true
group: test
environment:
+ TAGS: bindata sqlite
+ GOPATH: /srv/app
+ commands:
+ - make test
+ when:
+ event: [ push, pull_request ]
+ branch: [ release/* ]
+
+ test:
+ image: webhippie/golang:edge
+ pull: true
+ group: test
+ environment:
TAGS: bindata
GOPATH: /srv/app
commands: