mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 03:52:25 +00:00
ci_template: gstreamer-full: enable auto features
Enable auto features for gstreamer-full but disable "introspection" for now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/402>
This commit is contained in:
parent
ac6890e50f
commit
89050a8222
1 changed files with 4 additions and 4 deletions
|
@ -634,16 +634,16 @@ integration testsuites fedora:
|
|||
rules:
|
||||
- if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-examples|gst-omx|gstreamer-sharp|gst-plugins-rs)$/'
|
||||
|
||||
# gstreamer-full
|
||||
# gstreamer-full:
|
||||
# introspection has been disabled as the static build does not support it.
|
||||
# See https://gitlab.freedesktop.org/gstreamer/gst-build/-/issues/162
|
||||
gstreamer-full:
|
||||
extends: 'build static fedora x86_64'
|
||||
stage: integrate
|
||||
variables:
|
||||
MESON_ARGS: >
|
||||
--default-library=static
|
||||
-Dauto_features=disabled
|
||||
-Dgstreamer:check=enabled
|
||||
-Dtests=enabled
|
||||
-Dintrospection=disabled
|
||||
$MESON_GST_WERROR
|
||||
rules:
|
||||
- if: '$CI_PROJECT_NAME =~ /^(gst-build|gst-ci)$/'
|
||||
|
|
Loading…
Reference in a new issue