gitlabci: try to cache the flatpak build
This commit is contained in:
parent
1b558d3b30
commit
327c907463
@ -43,6 +43,14 @@ flatpak:
|
||||
- hammond-dev.flatpak
|
||||
expire_in: 2 days
|
||||
|
||||
cache:
|
||||
# JOB_NAME - Each job will have it's own cache
|
||||
# COMMIT_REF_SLUG = Lowercase name of the branch
|
||||
# ^ Keep diffrerent caches for each branch
|
||||
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
|
||||
paths:
|
||||
- .flatpak-builder/cache/
|
||||
|
||||
# Configure and run rustfmt on nightly
|
||||
# Exits and builds fails if on bad format
|
||||
rustfmt:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user