summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorStéphane Cerveau <scerveau@collabora.com>2021-10-19 13:11:01 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-10-19 18:26:03 +0000
commit58caa8af620c8179bed721b02435c7c98d8eae21 (patch)
tree4ab807016b498b6626a04274225f0ca8ecf1bc24 /.gitlab-ci.yml
parent3e9800a513efb631941303f9c118e0e823652d56 (diff)
downloadgstreamer-58caa8af620c8179bed721b02435c7c98d8eae21.tar.gz
ci: gstreamer-full: reenable build
The gstreamer-full job should be run during the integrate stage always. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1190>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 40538a6bb2..4efb46e885 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -541,17 +541,7 @@ gstreamer-full:
MESON_ARGS: >
--default-library=static
-Ddoc=disabled
- -Dgst-editing-services:python=disabled
$MESON_GST_WERROR
- rules:
- # If this matches, it means the pipeline is running against either the main
- # or a stable branch, so make it manual
- - if: '$CI_PROJECT_NAMESPACE == "gstreamer" && $CI_COMMIT_BRANCH == $GST_UPSTREAM_BRANCH'
- when: manual
- - changes:
- - "*"
- - scripts/*
- - ci/**/*
script:
- *build