Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Use travis native cache #6822
Conversation
mdboom
added the
needs_review
label
Jul 24, 2016
jenshnielsen
commented on an outdated diff
Jul 24, 2016
| sudo: false | ||
| cache: | ||
| - directories: | ||
| - - $HOME/.ccache | ||
| - - $HOME/.cache/pip | ||
| - - $HOME/.cache/matplotlib | ||
| - - $HOME/Library/Caches/pip | ||
| + - ccache |
jenshnielsen
Owner
|
|
As per travis-ci/travis-ci#4011 it is now support OSX too. |
|
I know that caching is supported on OSX that's why I added
only adds
to the cache and not I can't see anything in the docs or the issue that you are linking to that indicates otherwise. If you compare the OSX build of your PR to one of the Linux ones it seems to confirm that. In the osx build all the dependencies are redownloaded. |
|
Hmm. Even ccache was not used and stored on OSX Edit: on Linux ccache does not work too (it requires |
|
I have found that |
|
Good catch. I think it's fine to use this one you can always change the title in the github web interface |
|
Sigh. It is not possible now travis-ci/travis-ci#5876 |
|
Summary:
I have updated |
Kojoley commentedJul 24, 2016
As per https://docs.travis-ci.com/user/caching/