Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ cache:
before_install:
# set up dependency cache
- if [ ! -d $HOME/deps ]; then mkdir $HOME/deps; fi
- if [ ! -f $HOME/deps/cmake3.tgz ]; then wget --quiet --directory-prefix=$HOME/deps http://www.sci.utah.edu/devbuilds/seg3d/cmake3.tgz; fi
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
# TODO: build (hopefully) temporarily headless
#- sudo add-apt-repository --yes ppa:beineri/opt-qt59-trusty
Expand All @@ -40,10 +39,9 @@ addons:
- clang
#before_script:
script:
- tar xzf $HOME/deps/cmake3.tgz
- cd bin
#- $TRAVIS_BUILD_DIR/cmake3/bin/cmake -GNinja -DTRAVIS_BUILD:BOOL=ON -DQt5_PATH:PATH=/usr ../Superbuild
- $TRAVIS_BUILD_DIR/cmake3/bin/cmake -GNinja -DTRAVIS_BUILD:BOOL=ON ../Superbuild
- cmake -GNinja -DTRAVIS_BUILD:BOOL=ON ../Superbuild
- travis_wait 70 ninja

#after_failure:
Expand Down