mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
CI: Use G_DEBUG=fatal_criticals and --gst-disable-registry-fork with gst-inspect-1.0 test
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5704>
This commit is contained in:
parent
6f9872cb56
commit
27fc705bb2
1 changed files with 1 additions and 1 deletions
|
@ -341,11 +341,11 @@ commitlint:
|
|||
GST_WERROR: "true"
|
||||
MESON_ARGS: "${SIMPLE_BUILD}"
|
||||
SUBPROJECTS_CACHE_DIR: "/subprojects"
|
||||
|
||||
script:
|
||||
- $CI_PROJECT_DIR/ci/scripts/build.sh
|
||||
- ./gst-env.py gst-inspect-1.0 --version
|
||||
- ./gst-env.py gst-inspect-1.0
|
||||
- G_DEBUG=fatal_criticals ./gst-env.py gst-inspect-1.0 --print-all --gst-disable-registry-fork > /dev/null
|
||||
- meson install --destdir $CI_PROJECT_DIR/destdir -C build
|
||||
- rm -rf $CI_PROJECT_DIR/destdir
|
||||
|
||||
|
|
Loading…
Reference in a new issue