Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2020-09-09 09:36:03 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-09-09 09:36:03 +0300
commit8c1906eb6ca920ca6056605fbde22880c843cec6 (patch)
tree4f8f5a782dc5de282457b0c259d4ebbcdff00670 /.gitlab-ci.yml
parenteaaf4bcb21b81e5894d620e7413d9b28f73e3137 (diff)
ci: Update minimum supported version to 1.41
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 511a7764..34c1cfc1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,10 +40,10 @@ stages:
variables:
RUST_VERSION: "stable"
-.debian:10-1-40:
+.debian:10-1-41:
extends: .debian:10
variables:
- RUST_VERSION: "1.40.0"
+ RUST_VERSION: "1.41.0"
.debian:10-nightly:
extends: .debian:10
@@ -65,10 +65,10 @@ build-stable:
- .build-debian-container
- .debian:10-stable
-build-1-40:
+build-1-41:
extends:
- .build-debian-container
- - .debian:10-1-40
+ - .debian:10-1-41
build-nightly:
extends:
@@ -83,10 +83,10 @@ update-stable:
variables:
FDO_FORCE_REBUILD: 1
-update-1-40:
- extends: build-1-40
+update-1-41:
+ extends: build-1-41
rules:
- - if: '$UPDATE_IMG == "1-40"'
+ - if: '$UPDATE_IMG == "1-41"'
variables:
FDO_FORCE_REBUILD: 1
@@ -114,10 +114,10 @@ update-nightly:
- .dist-debian-container
- .debian:10-stable
-.img-1-40:
+.img-1-41:
extends:
- .dist-debian-container
- - .debian:10-1-40
+ - .debian:10-1-41
.img-nightly:
extends:
@@ -134,12 +134,12 @@ update-nightly:
- cargo build --locked --color=always --all --examples --all-features
- G_DEBUG=fatal_warnings cargo test --locked --color=always --all --examples --all-features
-test 1.40:
+test 1.41:
extends:
- '.cargo test'
- - .img-1-40
+ - .img-1-41
rules:
- - if: '$UPDATE_IMG == null || $UPDATE_IMG == "1-40"'
+ - if: '$UPDATE_IMG == null || $UPDATE_IMG == "1-41"'
test stable:
extends: