mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
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:
parent
2cf083373b
commit
75129af3b4
1 changed files with 6 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue