From c1c6d017c1fefc7d9c1a02664dde9f149693111a Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 21 Nov 2023 12:40:11 +0200 Subject: [PATCH] ci: Fix unbound variables for the check video formats job Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ff92c4a287..8ad7a0e12c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -637,6 +637,8 @@ check video formats: tags: ['gstreamer'] variables: MESON_ARGS: "${SIMPLE_BUILD}" + BUILD_GST_DEBUG: "-Dgstreamer:gst_debug=true" + GST_WERROR: "true" VIDEO_TOKEN: "GST_VIDEO_FORMATS_ALL_STR" VIDEO_HEADER: "subprojects/gst-plugins-base/gst-libs/gst/video/video-format.h" WL_TOKEN: "GST_WL_VIDEO_FORMATS"