Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7935efc

Browse files
authored
Merge pull request #11650 from QuLogic/font-cache
Add CircleCI cache of user fonts.
2 parents 8130ea9 + a64aa6b commit 7935efc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ fonts-run: &fonts-install
4747
echo "Not downloading Humor-Sans; file already exists."
4848
fi
4949
fc-cache -f -v
50+
save_cache:
51+
key: fonts-1
52+
paths:
53+
- ~/.local/share/fonts/
54+
restore_cache:
55+
key: fonts-1
5056

5157
pip-run: &pip-install
5258
# Upgrade pip and setuptools and wheel to get as clean an install as possible

0 commit comments

Comments
 (0)