Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable ccache for faster builds (#3660)
* Enable ccache for faster builds. * Print cache statistics and install with 2 jobs * Enable bundler cache as well. * Install ccache on OSX as well. * Export CC and CXX manually in order to use ccache. * Cache bundler manually since in C++ environments travis doesn't recognise the bundler directive. * Workaround ccache bug with clang See http://petereisentraut.blogspot.co.il/2011/05/ccache-and-clang.html * export different ccache path for OSX. * Fix syntax error. * Use ruby 2.2.0. * Another fix for ccache with clang and install ruby 2.2.0 from rvm. * Print cache statistics for debugging.
- Loading branch information