ci.yml - use ccache for examples too

This commit is contained in:
Andrej730
2025-12-15 17:05:58 +05:00
parent 4138d9f464
commit 87e4846f71
+3 -1
View File
@@ -208,7 +208,9 @@ jobs:
run: |
cd src/examples
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache
cmake --build .
./IfcParseExamples "../IfcParseExamples_test.ifc"
./IfcOpenHouse