summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2016-01-31 17:29:46 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:32:24 -0600
commit1caaf3a280fafd900542adbca696bd41e0c1f1c1 (patch)
tree814066241530f54eb881ff8af8a95336877efad2 /.travis.yml
parentc94a6d98220edb2874362a0894896cbef1cf0b02 (diff)
downloadhqemu-1caaf3a280fafd900542adbca696bd41e0c1f1c1.zip
hqemu-1caaf3a280fafd900542adbca696bd41e0c1f1c1.tar.gz
.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 <alex.bennee@linaro.org> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Tested-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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:
OpenPOWER on IntegriCloud