mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
ci.yml - use ccache for examples too
This commit is contained in:
@@ -208,7 +208,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd src/examples
|
cd src/examples
|
||||||
mkdir build && cd build
|
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 .
|
cmake --build .
|
||||||
./IfcParseExamples "../IfcParseExamples_test.ifc"
|
./IfcParseExamples "../IfcParseExamples_test.ifc"
|
||||||
./IfcOpenHouse
|
./IfcOpenHouse
|
||||||
|
|||||||
Reference in New Issue
Block a user