Commit 215229f1 authored by Andrei Barbu's avatar Andrei Barbu

escaping in travis.yml

parent 02274a0b
......@@ -59,7 +59,9 @@ before_install:
install:
# Set path for pkg-config to find zeromq, otherwise install of zeromq4-haskell fails.
- export PKG_CONFIG_PATH=$HOME/zeromq/lib/pkgconfig/
- echo "apply-ghc-options: everything" >> stack.yaml
- |
echo "apply-ghc-options: everything" >> stack.yaml
- stack setup --resolver=$RESOLVER
- stack install gtk2hs-buildtools --fast
- stack build hmatrix --resolver=$RESOLVER --fast
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment