Skip to content

Commit 6c3129a

Browse files
committed
Enable all CI build jobs for tag releases, don't allow Windows failures
1 parent cc2061a commit 6c3129a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ build-x86_64-linux-musl:
8080
stage: build
8181
only:
8282
- master
83+
- /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
8384
needs: []
8485
variables:
8586
TARGET: x86_64-unknown-linux-musl
@@ -103,6 +104,7 @@ build-armv7-linux-gnu:
103104
image: ubuntu
104105
only:
105106
- master
107+
- /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
106108
needs: []
107109
variables:
108110
TARGET: armv7-unknown-linux-gnueabihf
@@ -138,6 +140,7 @@ build-aarch64-linux-gnu:
138140
image: ubuntu
139141
only:
140142
- master
143+
- /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
141144
needs: []
142145
variables:
143146
TARGET: aarch64-unknown-linux-gnu
@@ -174,7 +177,7 @@ build-x86_64-windows:
174177
- windows
175178
only:
176179
- master
177-
allow_failure: true
180+
- /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
178181
needs: []
179182
variables:
180183
TARGET: x86_64-pc-windows-msvc
@@ -206,7 +209,6 @@ test-cargo-x86_64-linux-gnu:
206209
# stage: test
207210
# tags:
208211
# - windows
209-
# allow_failure: true
210212
# needs: []
211213
# dependencies: []
212214
# <<: *before_script-windows

0 commit comments

Comments
 (0)