From 739bbcc744856e281680e17485c72e554ccd62d6 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 11 Nov 2016 14:55:07 +0100 Subject: [PATCH] Don't run build script on travis, doesn't complete in under 50m0s --- .travis.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index a873eb1a1d..4436726915 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,11 +33,6 @@ install: - sudo apt-get install -y libpcre3-dev script: -# test nix/build-all.py script (before the build following build instructions in order to no mess up installations into /usr/local) - - cd nix - - python build-all.py - - cd .. -# test build according to build instructions - pwd - cd .. - git clone https://github.com/KhronosGroup/OpenCOLLADA.git @@ -58,9 +53,3 @@ script: - cd build - 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 -j2 - - pwd - - cd .. - - cd .. - -after_failure: - - cat build/Linux/x86_64/logs/*.log