KDAB / knut

Knut is an automation tool for code transformation using scripts.
Other
5 stars 8 forks source link

CI: Enable cached builds #2

Closed LeonMatthesKDAB closed 3 weeks ago

LeonMatthesKDAB commented 1 month ago

We should be able to speed up our CI by caching the build artifacts using sccache like we do in https://github.com/KDAB/cxx-qt/. My goal is to stick below 10 min. CI build if at all possible.

Part of #3