Cache common directories.
This commit is contained in:
parent
203fcc3b0b
commit
8f80858d3a
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ build:
|
||||||
when: never
|
when: never
|
||||||
- when: on_success
|
- when: on_success
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- modules
|
||||||
|
- tools
|
||||||
|
- zephyr
|
||||||
|
- bootloader
|
||||||
|
|
||||||
image: $CI_BUILD_IMAGE:v0.1.1
|
image: $CI_BUILD_IMAGE:v0.1.1
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
|
Loading…
Reference in a new issue