diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 12:44:19 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 12:44:19 -0400 |
commit | 8f80858d3ab51e56bd887798fafb8309ec75e800 (patch) | |
tree | b56c19a42769f1482e751e3f107b12a7d2149b11 | |
parent | 203fcc3b0bd0241778e1d04e95a54346f95e467b (diff) |
Cache common directories.
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61bf005..edb06da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,13 @@ build: when: never - when: on_success + cache: + paths: + - modules + - tools + - zephyr + - bootloader + image: $CI_BUILD_IMAGE:v0.1.1 variables: |