Generate example models on Travis

This commit is contained in:
Thomas Krijnen
2017-06-05 11:29:23 +02:00
parent 1704862d0d
commit 1751cf1c95
+8
View File
@@ -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