Re: [Mesa-dev] [PATCH 05/15] travis: automatically manage ccache caching

2017-04-28 Thread Andres Gomez
This is: Reviewed-by: Andres Gomez On Thu, 2017-04-27 at 19:38 +0100, Emil Velikov wrote: > From: Emil Velikov > > According to the manual > > "If you are using ccache, use: > > language: c # or other C/C++ variants > > cache: ccache > > to cache $HOME/.ccache and automatically add /us

[Mesa-dev] [PATCH 05/15] travis: automatically manage ccache caching

2017-04-27 Thread Emil Velikov
From: Emil Velikov According to the manual "If you are using ccache, use: language: c # or other C/C++ variants cache: ccache to cache $HOME/.ccache and automatically add /usr/lib/ccache to your $PATH." Signed-off-by: Emil Velikov --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+