mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
78c3696651
Since the initial `cmake -G "Visual Studio 17 2022" ..` seems to be a real bottleneck on the Windows CI (sometimes taking multiple minutes for seemingly no reason), cache the build folder based on the hash of CMakeLists.txt. It should be possible to reuse the build folder if CMakeLists hasn't changed, and if it does change (because someone adds a source file or library or something), we'll just do that initial cmake with -G once, and cache that version as well. https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows |
||
---|---|---|
.. | ||
ci.yml |