Skip to content

Commit

Permalink
Merge pull request #1504 from blowekamp/CircleCICCacheForPR
Browse files Browse the repository at this point in the history
ENH: Enable CircleCI to retrieve ccache on pull requests
  • Loading branch information
blowekamp authored Dec 19, 2019
2 parents 871d0b8 + 4f3f5c7 commit 9433960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
keys:
- ccache-{{ arch }}-{{ .Branch }}
- ccache-{{ arch }}-master
- ccache-{{ arch }}
- run:
name: Cloning dashboard branch
command: |
Expand Down

0 comments on commit 9433960

Please sign in to comment.