Cache common directories.

This commit is contained in:
Pete Johanson 2020-05-11 12:44:19 -04:00
parent 203fcc3b0b
commit 8f80858d3a
1 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,13 @@ build:
when: never
- when: on_success
cache:
paths:
- modules
- tools
- zephyr
- bootloader
image: $CI_BUILD_IMAGE:v0.1.1
variables: