feature: Store CCACHE cache in CI cache

This commit is contained in:
Fijxu
2024-03-16 19:08:22 -03:00
parent 209c2ac762
commit a12955236f
2 changed files with 61 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ ccache -s
mkdir build || true && cd build
cmake .. \
-DBoost_USE_STATIC_LIBS=ON \
-DSUYU_USE_PRECOMPILED_HEADERS=OFF \
-DDYNARMIC_USE_PRECOMPILED_HEADERS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS="-march=x86-64-v2" \
-DCMAKE_CXX_COMPILER=/usr/lib/ccache/g++ \