open up our ccache a bit, try to cache apt pkgs

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

@ -14,7 +14,8 @@ env:
git:
quiet: true
before-install:
- ccache --set-config=compiler_check=content
- ccache --set-config=compiler_check=content -M 5G -F 0
install:
- 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.
@ -29,6 +30,7 @@ notifications:
on_success: change
on_failure: change
cache:
apt: true
ccache: true
directories:
- .ccache

Loading…
Cancel
Save