mirror of
https://github.com/polybar/polybar.git
synced 2024-12-16 14:17:24 -05:00
travis: Enable ccache and apt caching
Will massively decrease build time
This commit is contained in:
parent
a8234ddd4e
commit
0394172cc3
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ addons:
|
||||||
- xutils-dev
|
- xutils-dev
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
ccache: true
|
||||||
|
apt: true
|
||||||
directories:
|
directories:
|
||||||
- ${TRAVIS_BUILD_DIR}/deps/xcb-util-xrm
|
- ${TRAVIS_BUILD_DIR}/deps/xcb-util-xrm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue