mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gitlab: Don't build gst-build in cerbero repository
This commit is contained in:
parent
d7322403f2
commit
e2595530ad
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue