From: Alex Bennée Date: Sun, 31 Jan 2016 17:29:46 +0000 (+0000) Subject: .travis.yml: enable ccache for the builds X-Git-Tag: TizenStudio_2.0_p2.4~27^2~6^2~8^2~205^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c33d42d0cdc82e741c441192568496f74c21d09;p=sdk%2Femulator%2Fqemu.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 92f47ab..31d062f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: compiler: - gcc - clang +cache: ccache addons: apt: packages: