mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 03:45:39 +00:00
gitlab/ci_template: skip cerbero builds for gst-build changes
This commit is contained in:
parent
f87d553bc4
commit
badb75f4ed
1 changed files with 3 additions and 0 deletions
|
@ -290,6 +290,9 @@ check fedora:
|
|||
- $CERBERO bootstrap --offline --build-tools-only
|
||||
- $CERBERO package --offline -t -o ${CI_PROJECT_DIR} gstreamer-1.0
|
||||
- ccache -s
|
||||
except:
|
||||
variables:
|
||||
- $CI_PROJECT_NAME == "gst-build"
|
||||
cache:
|
||||
key: "${CI_JOB_NAME}"
|
||||
paths:
|
||||
|
|
Loading…
Reference in a new issue