Per job, per branch cache.
This commit is contained in:
parent
4a357e5f95
commit
b062d62954
|
@ -13,7 +13,7 @@ build-flatpak:
|
|||
- flatpak build-bundle repo spectral.flatpak org.eu.encom.spectral
|
||||
- cd ../
|
||||
cache:
|
||||
key: flatpak
|
||||
key: "flatpak-$CI_COMMIT_REF_SLUG"
|
||||
paths:
|
||||
- flatpak/.flatpak-builder
|
||||
artifacts:
|
||||
|
@ -35,7 +35,7 @@ build-appimage:
|
|||
- make INSTALL_ROOT=appdir install
|
||||
- /usr/bin/linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/org.eu.encom.spectral.desktop -appimage -qmldir=qml -qmldir=imports -qmake=/opt/qt512/bin/qmake
|
||||
cache:
|
||||
key: ccache
|
||||
key: "appimage-$CI_COMMIT_REF_SLUG"
|
||||
paths:
|
||||
- ccache/
|
||||
|
||||
|
|
Loading…
Reference in New Issue