gitlab: Do not "build nodebug fedora" on gst-docs

And do not build at all for gst-examples either
This commit is contained in:
Thibault Saunier 2019-04-19 17:42:14 -04:00
parent 58861fd410
commit 7ecf44d232

View file

@ -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'