From: Alex Bennée Date: Sun, 31 Jan 2016 17:29:46 +0000 (+0000) Subject: .travis.yml: enable ccache for the builds X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4c33d42d0cdc82e741c441192568496f74c21d09;p=people%2Fliuw%2Flibxenctrl-split%2Fqemu-xen.git .travis.yml: enable ccache for the builds Travis support ccache on a cache-per-branch basis. Given not much of the build changes between pushes as well as the duplication in each build it seems worthwhile enabling this. Signed-off-by: Alex Bennée Reviewed-by: David Gibson Tested-by: David Gibson --- diff --git a/.travis.yml b/.travis.yml index 92f47ab25..31d062fd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: compiler: - gcc - clang +cache: ccache addons: apt: packages: