gitlab/ci_template: add a build that disabled debug logs

This commit is contained in:
Jordan Petridis 2019-03-20 21:45:31 +02:00 committed by Jordan Petridis
parent 452f64bb5e
commit d1181c94d5

View 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: