ci: save compilation cache also for failed jobs
This commit is contained in:
@@ -54,6 +54,7 @@ doxygen:
|
||||
key: "ccache-$CI_JOB_NAME"
|
||||
paths:
|
||||
- $CCACHE_BASEDIR_VALUE/
|
||||
when: 'always'
|
||||
variables:
|
||||
CCACHE_BASEDIR_VALUE: ns-3-ccache-storage
|
||||
COMPILER: g++
|
||||
|
||||
@@ -29,6 +29,7 @@
|
||||
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
|
||||
paths:
|
||||
- $CCACHE_BASEDIR_VALUE/
|
||||
when: 'always'
|
||||
variables:
|
||||
COMPILER: g++
|
||||
CCACHE_BASEDIR_VALUE: ns-3-ccache-storage
|
||||
|
||||
@@ -54,6 +54,7 @@ stages:
|
||||
key: "ccache-$CI_JOB_NAME"
|
||||
paths:
|
||||
- $CCACHE_BASEDIR_VALUE/
|
||||
when: 'always'
|
||||
timeout: 12h
|
||||
variables:
|
||||
CCACHE_BASEDIR_VALUE: ns-3-ccache-storage
|
||||
|
||||
Reference in New Issue
Block a user