summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-11 12:44:19 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-11 12:44:19 -0400
commit8f80858d3ab51e56bd887798fafb8309ec75e800 (patch)
treeb56c19a42769f1482e751e3f107b12a7d2149b11
parent203fcc3b0bd0241778e1d04e95a54346f95e467b (diff)
Cache common directories.
-rw-r--r--.gitlab-ci.yml7
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: