1
0

attempt to enable ccache and our cache for building the bundle

This commit is contained in:
Jesse Vincent 2019-03-03 22:29:15 -08:00
parent 7493d71957
commit ab7e7fcc81

View File

@ -6,7 +6,7 @@ install:
- mkdir -p hardware/
- ln -s `pwd` hardware/keyboardio
script:
- make travis-test-all BOARD_HARDWARE_PATH=$(pwd)/hardware
- make travis-test-all KALEIDOSCOPE_TEMP_PATH=$(pwd)/.kaleidoscope-build-cache BOARD_HARDWARE_PATH=$(pwd)/hardware
branches:
except:
- gh-pages
@ -22,6 +22,9 @@ notifications:
on_failure: change
cache:
ccache: true
directories:
- .kaleidoscope-build-cache
- .ccache
addons:
apt:
packages: