mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
travis
This commit is contained in:
parent
f9476ec5b1
commit
4739f89268
@ -16,7 +16,7 @@ before_install:
|
||||
- travis_retry sudo apt-get install libmagic-dev
|
||||
- travis_retry git clone http://www.github.com/zeromq/zeromq4-x.git libzmq
|
||||
- export OLDPWD=$(pwd) && cd libzmq && travis_retry ./autogen.sh && travis_retry ./configure && make && travis_retry sudo make install && travis_retry sudo ldconfig && cd $OLDPWD
|
||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH
|
||||
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$HOME/.cabal/bin:$PATH
|
||||
- |
|
||||
if [ $GHCVER = "head" ] || [ ${GHCVER%.*} = "7.8" ] || [ ${GHCVER%.*} = "7.10" ]; then
|
||||
travis_retry sudo apt-get install happy-1.19.4 alex-3.1.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user