shadPS4/.github/workflows
Plínio Larrubia ded6bfbdb3
ci: enable cmake cache on all platforms (SDL/Qt)
- uses actions/cache@v4 and hendrikmuhs/ccache-action@v1.2.14
- Keeps the cache from CMake Cache configuration (Windows, Linux, macOS)
- Keeps the cache from CMake build objects (only Linux works)

ci: remove duplicated cache (Windows/Mac)
- Remove "qt" cache from macos.yml

ci: remove duplicated cache from macos-qt.yml
- Rename step on macos.yml

ci: revert cp -R and copy -R commands to mv and move respectively (Windows/macOS)
- Will decrease cache file size and speed up a little the build steps

ci: update cache name with OS-qt/sdl as a prefix
- This will invalidate all the other existing caches

ci: use the append-timestamp as false for linux/-qt
- Existing ccache caches will invalidate, but will produce once

ci: add hashes to the ccache keys
- Will invalidate caches once again, but I swear this is the last time
2024-08-29 14:28:26 -03:00
..
ci.yml CMakeLists.txt cleanup (#244) 2024-07-06 02:42:34 +03:00
format.yml Update Workflows (#127) 2024-05-08 14:17:41 +03:00
linux-qt.yml ci: enable cmake cache on all platforms (SDL/Qt) 2024-08-29 14:28:26 -03:00
linux.yml ci: enable cmake cache on all platforms (SDL/Qt) 2024-08-29 14:28:26 -03:00
macos-qt.yml ci: enable cmake cache on all platforms (SDL/Qt) 2024-08-29 14:28:26 -03:00
macos.yml ci: enable cmake cache on all platforms (SDL/Qt) 2024-08-29 14:28:26 -03:00
windows-qt.yml ci: enable cmake cache on all platforms (SDL/Qt) 2024-08-29 14:28:26 -03:00
windows.yml ci: enable cmake cache on all platforms (SDL/Qt) 2024-08-29 14:28:26 -03:00