refactor(ci): enhance caching and dependency management in workflows

- Added caching for ccache and CMake dependencies in CI and release workflows to improve build performance.
- Updated installation commands to include ccache across Linux, macOS, and Windows environments.
- Enhanced CMake configuration steps to utilize ccache for faster builds and added statistics reporting.

Benefits:
- Reduces build times and improves efficiency in CI processes, facilitating quicker feedback and integration.
This commit is contained in:
scawful
2025-10-14 13:24:44 -04:00
parent a715912948
commit e236ed93c3
8 changed files with 105 additions and 21 deletions

View File

@@ -45,7 +45,6 @@ function(yaze_add_compiler_flags)
/W4 /permissive-
/bigobj
/utf-8
/std:c++latest # Required for C++20/23 features like std::span
)
target_compile_definitions(yaze_common INTERFACE
_CRT_SECURE_NO_WARNINGS