From 7ecf44d2327555bd5df8197caf2acc99102f97df Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 19 Apr 2019 17:42:14 -0400 Subject: [PATCH] gitlab: Do not "build nodebug fedora" on gst-docs And do not build at all for gst-examples either --- gitlab/ci_template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index fb3979783a..9361c440f6 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -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'