Kenix3 / libultraship

Porting games to the PC
MIT License
90 stars 64 forks source link

ci: improve caching for faster builds #534

Closed briaguya-ai closed 2 weeks ago

briaguya-ai commented 2 weeks ago

ios

getting ccache working with xcode seems to not be super straightforward, and most of the build time looks to have been from dependencies, so i just added a simple cache for the build-cmake directory

windows

following the pattern from soh i updated windows to

summary

this gets build times to a point where they aren't incredibly painful, we can look into more optimization later image