From 58e7740541f5fa507f0e5891ae70f9b7a09d0486 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 2 Sep 2015 21:11:12 +0100 Subject: Second attempt to enable ccache. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0dbca826..3ebfb290 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,12 +24,15 @@ addons: - xsltproc - zlib1g-dev +before_cache: ccache -s + before_script: - ./bootstrap - - ./configure + - ./configure CC='ccache clang -Qunused-arguments -fcolor-diagnostics' CXX='ccache clang -Qunused-arguments -fcolor-diagnostics' - make script: - ./runtest.pl ALL debug - ./runtest.pl ALL release +after_cache: ccache -s -- cgit v1.2.3