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

Loading…
Cancel
Save