mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 11:55:39 +00:00
gitlab: Do not "build nodebug fedora" on gst-docs
And do not build at all for gst-examples either
This commit is contained in:
parent
58861fd410
commit
7ecf44d232
1 changed files with 4 additions and 0 deletions
|
@ -128,6 +128,10 @@ build nodebug fedora x86_64:
|
|||
image: $FEDORA_IMAGE
|
||||
variables:
|
||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Dgstreamer:gst_debug=false -Domx=enabled -Dgst-omx:target=generic"
|
||||
except:
|
||||
variables:
|
||||
- $CI_PROJECT_NAME == "cerbero"
|
||||
- $CI_PROJECT_NAME == "gst-docs"
|
||||
|
||||
.test:
|
||||
stage: 'test'
|
||||
|
|
Loading…
Reference in a new issue