From 75129af3b4604968c1b84fdcfd0f671c7a2108f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Fri, 9 Oct 2020 14:11:31 +0200 Subject: [PATCH] gstreamer-full: enable unit test Run test-gst-full in gstreamer-full job Part-of: --- gitlab/ci_template.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index c752a638f4..afd1b9f1f4 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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: