examples - build IfcOpenHouse/IfcAdvancedHouse using cmake package

This commit is contained in:
Andrej730
2025-12-12 15:37:34 +05:00
parent 61269136cd
commit 43533706a4
4 changed files with 37 additions and 16 deletions
+2
View File
@@ -210,6 +210,8 @@ jobs:
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .
./IfcParseExamples "../IfcParseExamples_test.ifc"
./IfcOpenHouse
./IfcAdvancedHouse
- name: Test ifcopenshell-python
run: |