From d1181c94d56de703294666d180a312ada03a1069 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 20 Mar 2019 21:45:31 +0200 Subject: [PATCH] gitlab/ci_template: add a build that disabled debug logs --- gitlab/ci_template.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: