mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Generate example models on Travis
This commit is contained in:
@@ -53,6 +53,14 @@ script:
|
||||
- cd build-ifc2x3
|
||||
- cmake -DCOLLADA_SUPPORT=True -DOPENCOLLADA_INCLUDE_DIR=/usr/local/include/opencollada -DOPENCOLLADA_LIBRARY_DIR=/usr/local/lib/opencollada -DPCRE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu -DUSE_IFC4=False -DBUILD_IFCPYTHON=True -DUNICODE_SUPPORT=True -DOCC_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu ..
|
||||
- make -j
|
||||
- ./examples/IfcOpenHouse
|
||||
- ./examples/IfcAdvancedHouse
|
||||
- test -f IfcOpenHouse.ifc
|
||||
- test -f IfcAdvancedHouse.ifc
|
||||
- cd ../build-ifc4
|
||||
- cmake -DCOLLADA_SUPPORT=True -DOPENCOLLADA_INCLUDE_DIR=/usr/local/include/opencollada -DOPENCOLLADA_LIBRARY_DIR=/usr/local/lib/opencollada -DPCRE_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu -DUSE_IFC4=True -DBUILD_IFCPYTHON=True -DUNICODE_SUPPORT=True -DOCC_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu ..
|
||||
- make -j
|
||||
- ./examples/IfcOpenHouse
|
||||
- ./examples/IfcAdvancedHouse
|
||||
- test -f IfcOpenHouse.ifc
|
||||
- test -f IfcAdvancedHouse.ifc
|
||||
|
||||
Reference in New Issue
Block a user