File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,16 @@ pipeline:
55
55
when :
56
56
event : [ push, tag, pull_request ]
57
57
58
+ build-without-gcc :
59
+ image : webhippie/golang:edge
60
+ pull : true
61
+ environment :
62
+ GOPATH : /srv/app
63
+ commands :
64
+ - go build -o gitea_no_gcc # test if build succeeds without the sqlite tag
65
+ when :
66
+ event : [ push, tag, pull_request ]
67
+
58
68
build :
59
69
image : webhippie/golang:edge
60
70
pull : true
@@ -73,16 +83,6 @@ pipeline:
73
83
when :
74
84
event : [ push, tag, pull_request ]
75
85
76
- build-without-gcc :
77
- image : webhippie/golang:edge
78
- pull : true
79
- environment :
80
- GOPATH : /srv/app
81
- commands :
82
- - go build # test if build succeeds without the sqlite tag
83
- when :
84
- event : [ push, tag, pull_request ]
85
-
86
86
test :
87
87
image : webhippie/golang:edge
88
88
pull : true
You can’t perform that action at this time.
0 commit comments