diff --git a/.travis.yml b/.travis.yml index 58b4d225b6..1f5f448ebc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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