diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 6b92af4a5d..0128e12270 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -116,6 +116,13 @@ build fedora x86_64: variables: MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled" +build_disable_debug fedora x86_64: + extends: '.build' + stage: 'build' + image: $FEDORA_IMAGE + variables: + MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false" + .test: stage: 'test' variables: