gitlab/ci_template: add a build that disabled debug logs
authorJordan Petridis <jordan@centricular.com>
Wed, 20 Mar 2019 19:45:31 +0000 (21:45 +0200)
committerJordan Petridis <jpetridis@gnome.org>
Fri, 22 Mar 2019 14:57:35 +0000 (14:57 +0000)
gitlab/ci_template.yml

index 6b92af4..0128e12 100644 (file)
@@ -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: