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>
This commit is contained in:
Stéphane Cerveau 2021-10-19 13:11:01 +02:00 committed by GStreamer Marge Bot
parent 3e9800a513
commit 58caa8af62

View file

@ -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