From 61239257f974e34966c721875c1125a9f14323d0 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Sat, 15 Dec 2018 17:53:51 +0100 Subject: Store ccache directory explicitly in Travis. (#10119) * Store ccache directory explicitly in Travis. Despite we started using ccache on `develop`, it seems the cache itself is not stored from one CI build to the next. This might be du to the fact that our language on Travis is Python and not C nor C++. Hence here we store the ccache directory explicitly. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a1368837a2..4ba20a9788 100644 --- a/.travis.yml +++ b/.travis.yml @@ -143,11 +143,14 @@ addons: - perl - perl-base +# ~/.ccache needs to be cached directly as Travis is not taking care of it +# (possibly because we use 'language: python' and not 'language: c') cache: pip: true ccache: true directories: - ~/.mirror + - ~/.ccache # Work around Travis's lack of support for Python on OSX before_install: -- cgit v1.2.3-60-g2f50