Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis-CI: enable ccache for faster builds #16

Merged
merged 1 commit into from
May 22, 2019

Conversation

rouault
Copy link
Member

@rouault rouault commented May 21, 2019

Cold run (cache empty) with gcc: 8 min 55 s
Hot run (cache filled) with gcc: 5 min 58s

Cold run (cache empty) with clang: 9 min 55 sec
Hot run (cache filled) with clang: 6 min 44 sec

@wenzeslaus
Copy link
Member

Thanks, this is great!

After looking into the documentation, isn't cache: ccache enough?

https://docs.travis-ci.com/user/caching/#ccache-cache

@rouault
Copy link
Member Author

rouault commented May 21, 2019

isn't cache: ccache enough?

just changed to that. I followed GDAL .travis.yml example, but Travis syntax may have improved in the meantime.

@wenzeslaus wenzeslaus merged commit 277ce8a into OSGeo:master May 22, 2019
@neteler neteler added this to the 7.8.0 milestone Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants