mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gst-full: Only build 1 plugin and disable all artifacts
This is enough to validate that it works for now. Fixes: #60
This commit is contained in:
parent
d8c5432793
commit
b0eaeb69f3
1 changed files with 7 additions and 6 deletions
|
@ -279,13 +279,10 @@ gstreamer-full:
|
|||
extends: 'build static fedora x86_64'
|
||||
stage: integrate
|
||||
variables:
|
||||
MESON_BUILDTYPE_ARGS: >
|
||||
MESON_ARGS: >
|
||||
--default-library=static
|
||||
-Dintrospection=disabled
|
||||
-Ddoc=disabled
|
||||
-Dgtk_doc=disabled
|
||||
-Dgst-plugins-rs=disabled
|
||||
-Dpython=disabled
|
||||
-Dauto_features=disabled
|
||||
-Dgst-plugins-good:alpha=enabled
|
||||
after_script:
|
||||
- cd gst-build/
|
||||
- ninja -C build install
|
||||
|
@ -295,6 +292,10 @@ gstreamer-full:
|
|||
- meson _build
|
||||
- ninja -C _build
|
||||
- meson test -C _build -v
|
||||
artifacts:
|
||||
paths:
|
||||
- 'gst-build/build/meson-logs/'
|
||||
- 'gst-build/build/gstinitstaticplugins.c'
|
||||
|
||||
# Valgrind
|
||||
.valgrind fedora x86_64:
|
||||
|
|
Loading…
Reference in a new issue