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:
|
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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user