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-12 15:17:17 +0300
committerJordan Petridis <jordan@centricular.com>2022-09-12 16:35:56 +0300
commit2bf5f0bf676091787904f39baf7186431c4f6535 (patch)
treee30bf498ae127d3aa56ae5990821bd9b42018a3d /.gitlab-ci.yml
parent23c07d3cb36761d34377f4f16b0c0bcd33f6132e (diff)
ci: combine windows build jobs
Instead of having a matrix of jobs, use a single job running all the tests like the linux jobs do. This helps with improved cache hits as most of the deps are shared between the builds.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 05944a467..57720f211 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -272,15 +272,7 @@ gst-build:
- 'docker'
- 'windows'
- '2022'
- parallel:
- matrix:
- - CI_CARGO_FEATURES:
- - "--no-default-features"
- - "--all-features"
- - ""
script:
- - echo $env:CI_CARGO_FEATURES
-
# Set the code page to UTF-8
- chcp 65001