From 8f80858d3ab51e56bd887798fafb8309ec75e800 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 11 May 2020 12:44:19 -0400 Subject: [PATCH] Cache common directories. --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 61bf005f..edb06da6 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: