Maybe cache deps. Haven't i tried this?

pull/436/head
connor rigby 2018-01-30 10:34:12 -08:00
parent 8a1669002a
commit 8e7b5571cd
1 changed files with 8 additions and 0 deletions

View File

@ -48,7 +48,15 @@ jobs:
- v3-arduino-cache-{{ checksum ".circleci/setup-arduino.sh" }}
- <<: *install_arduino
- <<: *install_hex_archives
- restore_cache:
keys:
- v3-dep-cache-{{ checksum "mix.lock.host" }}
- <<: *fetch_and_compile_deps
- save_cache:
key: v3-dep-cache-{{ checksum "mix.lock.host" }}
paths:
- _build/host
- deps/host
- save_cache:
key: v3-arduino-cache-{{ checksum ".circleci/setup-arduino.sh" }}
paths: