mirror of https://github.com/xemu-project/xemu.git
.travis.yml: Cache Avocado cache
Avocado tests download artifacts from various sources. These sources sometime have network issues resulting in build failures. Cache Avocado cache to reduce build failure. See https://docs.travis-ci.com/user/caching/#arbitrary-directories Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
6e189d784b
commit
c1073e44b4
|
@ -9,6 +9,8 @@ cache:
|
||||||
timeout: 1200
|
timeout: 1200
|
||||||
ccache: true
|
ccache: true
|
||||||
pip: true
|
pip: true
|
||||||
|
directories:
|
||||||
|
- $HOME/avocado/data/cache
|
||||||
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
|
Loading…
Reference in New Issue