travis: automatically manage ccache caching
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 6 Apr 2017 13:02:38 +0000 (14:02 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 29 Apr 2017 12:35:17 +0000 (13:35 +0100)
According to the manual

"If you are using ccache, use:

  language: c # or other C/C++ variants

  cache: ccache

to cache $HOME/.ccache and automatically add /usr/lib/ccache to your
$PATH."

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Andres Gomez <agomez@igalia.com>
.travis.yml

index 061aed1bc7cfd0d48062a844d13ce7ef29b078bd..f34b762a4e53af6c10352b8cb1068d97f2097a11 100644 (file)
@@ -5,8 +5,7 @@ dist: trusty
 
 cache:
   apt: true
-  directories:
-    - $HOME/.ccache
+  ccache: true
 
 addons:
   apt:
@@ -47,7 +46,6 @@ env:
     - BUILD=scons
 
 install:
-  - export PATH="/usr/lib/ccache:$PATH"
   - pip install --user mako
 
   # Since libdrm gets updated in configure.ac regularly, try to pick up the