mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gitlab/ci_template: add a build that disabled debug logs
This commit is contained in:
parent
452f64bb5e
commit
d1181c94d5
1 changed files with 7 additions and 0 deletions
|
@ -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…
Reference in a new issue