Try to make our ccache hit rate better using more flexible matching heuristics

pull/912/head
Jesse Vincent 4 years ago
parent b9bca2cf7f
commit f56ea0d5e4
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -13,6 +13,8 @@ env:
- LC_ALL: C - LC_ALL: C
git: git:
quiet: true quiet: true
before-install:
- ccache --set-config=compiler_check=content
install: install:
- git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio - git clone --depth 1 --recurse-submodules https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio ../hardware/keyboardio
## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in. ## We delete the Bundle's version of Kaleidoscope, and symlink ourselves in.

Loading…
Cancel
Save