mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 07:22:32 +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:
|
rules:
|
||||||
- if: '$CI_PROJECT_NAME !~ /^(cerbero|gst-docs|gst-examples|gst-omx|gstreamer-sharp|gst-plugins-rs)$/'
|
- 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:
|
gstreamer-full:
|
||||||
extends: 'build static fedora x86_64'
|
extends: 'build static fedora x86_64'
|
||||||
stage: integrate
|
stage: integrate
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: >
|
MESON_ARGS: >
|
||||||
--default-library=static
|
--default-library=static
|
||||||
-Dauto_features=disabled
|
-Dintrospection=disabled
|
||||||
-Dgstreamer:check=enabled
|
|
||||||
-Dtests=enabled
|
|
||||||
$MESON_GST_WERROR
|
$MESON_GST_WERROR
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PROJECT_NAME =~ /^(gst-build|gst-ci)$/'
|
- if: '$CI_PROJECT_NAME =~ /^(gst-build|gst-ci)$/'
|
||||||
|
|
Loading…
Reference in a new issue