Skip to content
Snippets Groups Projects
Commit 26cadfd1 authored by nrbffs's avatar nrbffs
Browse files

CI: add cache for builds

Build cache is kept per build target. Each tag also has a seperate build
cache, so tagged builds are always built from scratch.
parent 3582bbf0
No related branches found
No related tags found
No related merge requests found
Pipeline #1 failed
......@@ -24,6 +24,9 @@ stages:
paths:
- gluon/output/
expire_in: 1 day
cache:
untracked: true
key: "$CI_COMMIT_TAG-$GLUON_TARGET"
target:ar71xx-generic:
extends: .target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment