Enable ccache compression
This commit is contained in:
parent
44ebdfeb2d
commit
d81f25d54e
13
.travis.yml
13
.travis.yml
@ -1,10 +1,18 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
|
|
||||||
|
git:
|
||||||
|
depth: 10
|
||||||
|
|
||||||
# sudo:required is needed for trusty images
|
# sudo:required is needed for trusty images
|
||||||
sudo: required
|
sudo: required
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
|
||||||
|
# don't re-build for tags so that [publish binary] is not re-run
|
||||||
|
# https://github.com/travis-ci/travis-ci/issues/1532
|
||||||
|
branches:
|
||||||
|
except:
|
||||||
|
- /^v[0-9]/
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
@ -16,6 +24,11 @@ cache:
|
|||||||
- ccache: true
|
- ccache: true
|
||||||
- apt: true
|
- apt: true
|
||||||
|
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- CCACHE_TEMPDIR=/tmp/.ccache-temp
|
||||||
|
- CCACHE_COMPRESS=1
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user