gitlab: Don't build gst-build in cerbero repository

This commit is contained in:
Nicolas Dufresne 2018-11-23 22:52:59 -05:00 committed by Nicolas Dufresne
parent d7322403f2
commit e2595530ad

View File

@ -57,6 +57,7 @@ gst indent:
variables: variables:
# No point on trying to format C files in those repositories # No point on trying to format C files in those repositories
- $CI_PROJECT_NAME == "gstreamer-sharp" - $CI_PROJECT_NAME == "gstreamer-sharp"
- $CI_PROJECT_NAME == "cerbero"
.build: .build:
stage: 'full builds' stage: 'full builds'
@ -94,6 +95,9 @@ gst indent:
paths: paths:
- "manifest.xml" - "manifest.xml"
# - "gst-build/" # - "gst-build/"
except:
variables:
- $CI_PROJECT_NAME == "cerbero"
build fedora x86_64: build fedora x86_64:
extends: '.build' extends: '.build'