diff options
| author | Alex Bennée | 2016-01-31 18:29:46 +0100 |
|---|---|---|
| committer | Alex Bennée | 2016-02-08 19:49:58 +0100 |
| commit | 4c33d42d0cdc82e741c441192568496f74c21d09 (patch) | |
| tree | 9a8c2544d18bcdb69d769a1a95b3b0d3bd004f24 /.travis.yml | |
| parent | .travis.yml: enable each of the co-routine backends (diff) | |
| download | qemu-4c33d42d0cdc82e741c441192568496f74c21d09.tar.gz qemu-4c33d42d0cdc82e741c441192568496f74c21d09.tar.xz qemu-4c33d42d0cdc82e741c441192568496f74c21d09.zip | |
.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.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 92f47ab25b..31d062fd80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: compiler: - gcc - clang +cache: ccache addons: apt: packages: |
