aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.drone.yml20
1 files changed, 10 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
index e9e30d3230..f60a20f02d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -55,6 +55,16 @@ pipeline:
when:
event: [ push, tag, pull_request ]
+ build-without-gcc:
+ image: webhippie/golang:edge
+ pull: true
+ environment:
+ GOPATH: /srv/app
+ commands:
+ - go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
+ when:
+ event: [ push, tag, pull_request ]
+
build:
image: webhippie/golang:edge
pull: true
@@ -73,16 +83,6 @@ pipeline:
when:
event: [ push, tag, pull_request ]
- build-without-gcc:
- image: webhippie/golang:edge
- pull: true
- environment:
- GOPATH: /srv/app
- commands:
- - go build # test if build succeeds without the sqlite tag
- when:
- event: [ push, tag, pull_request ]
-
test:
image: webhippie/golang:edge
pull: true