gitlab: Don't build gst-build in cerbero repository
This commit is contained in:
parent
d7322403f2
commit
e2595530ad
@ -57,6 +57,7 @@ gst indent:
|
||||
variables:
|
||||
# No point on trying to format C files in those repositories
|
||||
- $CI_PROJECT_NAME == "gstreamer-sharp"
|
||||
- $CI_PROJECT_NAME == "cerbero"
|
||||
|
||||
.build:
|
||||
stage: 'full builds'
|
||||
@ -94,6 +95,9 @@ gst indent:
|
||||
paths:
|
||||
- "manifest.xml"
|
||||
# - "gst-build/"
|
||||
except:
|
||||
variables:
|
||||
- $CI_PROJECT_NAME == "cerbero"
|
||||
|
||||
build fedora x86_64:
|
||||
extends: '.build'
|
||||
|
Loading…
x
Reference in New Issue
Block a user