Skip to content

Commit

Permalink
Cache dojo builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ylavoie committed Jun 20, 2020
1 parent 308acb5 commit 93b9395
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,18 @@ commands:
description: "Prepare environment"
steps:
- checkout
- restore_cache:
keys:
- v1_dependencies-{{ checksum "package.json" }}
- v1_dependencies-
- run:
name: Make Dojo
command: |
make dojo
- save_cache:
paths:
- node_modules
key: v1_dependencies-{{ checksum "package.json" }}
# Freshen up CPAN
- run:
name: Refresh modules from CPAN
Expand Down

0 comments on commit 93b9395

Please sign in to comment.