openframeworks / openFrameworks

openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
http://openframeworks.cc
Other
9.91k stars 2.55k forks source link

[actions] ccache in more places #7851

Closed dimitre closed 8 months ago

dimitre commented 8 months ago

Some steps were made to make compiling times faster on all actions, like ccache built in make (project and core) and easily set by environment vars. cleanup of old ccache complex script. actions edit file names and jobs name to match actual action. updating macos to 13, I've read the number of cores increased there. removed commented out old caching system make -j whenever possible

I'll be merging this one @ofTheo please give a second read when you have time