gitlab/ci_template: add a build that disabled debug logs
This commit is contained in:
parent
452f64bb5e
commit
d1181c94d5
@ -116,6 +116,13 @@ build fedora x86_64:
|
|||||||
variables:
|
variables:
|
||||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled"
|
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:
|
.test:
|
||||||
stage: 'test'
|
stage: 'test'
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user