Skip to content

Commit

Permalink
travis: precreate install dir for SCIP on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwarz committed Nov 11, 2019
1 parent 78bcd0b commit e31f165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ before_install:
- export DEBFILE=SCIPOptSuite-$VERSION-Linux-Ub1604.deb
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then wget http://scip.zib.de/download/release/$DEBFILE; fi
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo dpkg -i $DEBFILE ; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then mdkir install; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then wget http://scip.zib.de/download/release/SCIPOptSuite-$VERSION-Darwin.sh; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then sh SCIPOptSuite-$VERSION-Darwin.sh --skip-license --prefix=install --exclude-subdir; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export SCIPOPTDIR=$(pwd)/install; fi
Expand Down

0 comments on commit e31f165

Please sign in to comment.