obs-StreamFX/.github/workflows
Michael Fabian 'Xaymar' Dirks dd3b1c279c ci: Cache previous builds for quicker iterative development
A full clean build is only required for releases, so opting for iterative builds will speed up CI builds significantly. As we can re-use caches from across branches, opting for the first matching key, this means that any branch should re-use the closest match from the main branch.

Downside is that this may break if there is a change to the CMakeLists.txt file, since the project configuration is now different. Might be fixable, but that's not the aim of these changes.
2023-04-05 18:59:05 +02:00
..
authors.yml ci: Update and merge scripts into one file 2023-04-05 18:58:25 +02:00
main.yml ci: Cache previous builds for quicker iterative development 2023-04-05 18:59:05 +02:00