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

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2022-09-10 14:36:56 +0300
committerSebastian Dröge <slomo@coaxion.net>2022-09-12 11:16:10 +0300
commit3313a93ff726be7447363f90868e95c422d34c6d (patch)
treeb572514991e8e446577e7bda83b37f3341d3d79d /.gitlab-ci.yml
parent165f3a788bb08eabb30fc5a011dc14fd651b0096 (diff)
ci/linux: also build with --no-default-features
Close #240
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 299bb86df..95555834f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -152,6 +152,8 @@ update-nightly:
- G_DEBUG=fatal_warnings cargo test --locked --color=always --workspace --all-targets
- cargo build --locked --color=always --workspace --all-targets --all-features
- G_DEBUG=fatal_warnings cargo test --locked --color=always --workspace --all-targets --all-features
+ - cargo build --locked --color=always --workspace --all-targets --no-default-features
+ - G_DEBUG=fatal_warnings cargo test --locked --color=always --workspace --all-targets --no-default-features
test msrv:
extends: