Commit de595bdb authored by Andrei Barbu's avatar Andrei Barbu

install gtk2hs-buildtools in travis

parent a2d41396
...@@ -60,6 +60,7 @@ install: ...@@ -60,6 +60,7 @@ install:
# Set path for pkg-config to find zeromq, otherwise install of zeromq4-haskell fails. # Set path for pkg-config to find zeromq, otherwise install of zeromq4-haskell fails.
- export PKG_CONFIG_PATH=$HOME/zeromq/lib/pkgconfig/ - export PKG_CONFIG_PATH=$HOME/zeromq/lib/pkgconfig/
- stack setup --resolver=$RESOLVER - stack setup --resolver=$RESOLVER
- stack install gtk2hs-buildtools
- stack build --dependencies-only --resolver=$RESOLVER - stack build --dependencies-only --resolver=$RESOLVER
script: script:
......
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