Skip to content

Commit

Permalink
try pre-installed gecode
Browse files Browse the repository at this point in the history
  • Loading branch information
jwaldmann committed Apr 26, 2018
1 parent 94a0e56 commit bc055da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -24,11 +24,13 @@ addons:
apt:
packages:
- libgmp-dev
- libgecode-dev

before_install:
# download and build gecode
- travis_retry curl -L https://github.com/Gecode/gecode/archive/release-6.0.0.tar.gz | tar xz
- cd gecode-release-6.0.0 && ./configure --prefix=/opt/gecode/gecode-6.0.0 && make && make install
# NO: the build takes too long, and is cut off by travis
# - travis_retry curl -L https://github.com/Gecode/gecode/archive/release-6.0.0.tar.gz | tar xz
# - cd gecode-release-6.0.0 && ./configure --prefix=/opt/gecode/gecode-6.0.0 && make && make install
# Download and unpack the stack executable
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
Expand Down

0 comments on commit bc055da

Please sign in to comment.