attempt to enable ccache and our cache for building the bundle
This commit is contained in:
parent
7493d71957
commit
ab7e7fcc81
@ -6,7 +6,7 @@ install:
|
|||||||
- mkdir -p hardware/
|
- mkdir -p hardware/
|
||||||
- ln -s `pwd` hardware/keyboardio
|
- ln -s `pwd` hardware/keyboardio
|
||||||
script:
|
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:
|
branches:
|
||||||
except:
|
except:
|
||||||
- gh-pages
|
- gh-pages
|
||||||
@ -22,6 +22,9 @@ notifications:
|
|||||||
on_failure: change
|
on_failure: change
|
||||||
cache:
|
cache:
|
||||||
ccache: true
|
ccache: true
|
||||||
|
directories:
|
||||||
|
- .kaleidoscope-build-cache
|
||||||
|
- .ccache
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user