Browse Source

Cache common directories.

xmkb
Pete Johanson 4 years ago
parent
commit
8f80858d3a
  1. 7
      .gitlab-ci.yml

7
.gitlab-ci.yml

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

Loading…
Cancel
Save