RoboCup-SSL / grSim

RoboCup Small Size Robot Soccer Simulator
https://ssl.robocup.org/league-software/
Other
128 stars 133 forks source link

Speed up osx travis build by caching #83

Closed mahi97 closed 5 years ago

mahi97 commented 5 years ago

Right now it takes about 30~50 min for building in OSX because of brew package installation. it can be cached due to reducing this time.

here's a related post: https://stackoverflow.com/questions/39930171/cache-brew-builds-with-travis-ci

jpfeltracco commented 5 years ago

I think we can maybe close this? It seems like travis has found a way to speed up their macos builds as they only take ~9 minutes now as shown here: https://travis-ci.org/RoboCup-SSL/grSim/builds/579448208?utm_source=github_status&utm_medium=notification

mahi97 commented 5 years ago

Thanks for mentioning👍, 9 min is still much longer than Linux builds, but it looks good enough to me.