gstreamer-full: enable unit test

Run test-gst-full in gstreamer-full job

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/365>
This commit is contained in:
Stéphane Cerveau 2020-10-09 14:11:31 +02:00
parent 2cf083373b
commit 75129af3b4

View file

@ -575,26 +575,20 @@ gstreamer-full:
MESON_ARGS: >
--default-library=static
-Dauto_features=disabled
-Dgst-plugins-good:alpha=enabled
-Dgstreamer:check=enabled
-Dtests=enabled
$MESON_GST_WERROR
rules:
- if: '$CI_PROJECT_NAME =~ /^(gst-build|gst-ci)$/'
after_script:
- cd gst-build/
- ninja -C build install
- export PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig:/usr/local/lib64/gstreamer-1.0/pkgconfig
- export LD_LIBRARY_PATH=/usr/local/lib64
- cd examples/static-plugins
- meson _build
- ninja -C _build
- meson test -C _build -v
script:
- *gst_build
- meson test -C build -v test-gst-full
artifacts:
expire_in: "7 days"
when: "always"
paths:
- 'gst-build/build/meson-logs/'
- 'gst-build/build/gstinitstaticplugins.c'
- 'meson-logs/'
# Valgrind
.valgrind fedora x86_64: