mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
gitlab: Fix mixup in excepting gst-docs to build the nodebug job
This commit is contained in:
parent
3c5db7d449
commit
917ff85856
1 changed files with 2 additions and 2 deletions
|
@ -123,7 +123,8 @@ build fedora x86_64:
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Domx=enabled -Dgst-omx:target=generic"
|
MESON_ARGS: "${DEFAULT_MESON_ARGS} -Dsharp=enabled -Domx=enabled -Dgst-omx:target=generic"
|
||||||
except:
|
except:
|
||||||
- $CI_PROJECT_NAME == "gst-docs"
|
variables:
|
||||||
|
- $CI_PROJECT_NAME == "gst-docs"
|
||||||
|
|
||||||
build nodebug fedora x86_64:
|
build nodebug fedora x86_64:
|
||||||
extends: '.build'
|
extends: '.build'
|
||||||
|
@ -134,7 +135,6 @@ build nodebug fedora x86_64:
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
- $CI_PROJECT_NAME == "cerbero"
|
- $CI_PROJECT_NAME == "cerbero"
|
||||||
- $CI_PROJECT_NAME == "gst-docs"
|
|
||||||
|
|
||||||
.test:
|
.test:
|
||||||
stage: 'test'
|
stage: 'test'
|
||||||
|
|
Loading…
Reference in a new issue