do stack setup in ci

This commit is contained in:
Andrei Barbu 2017-03-11 20:47:21 -05:00
parent 913f8a12ae
commit d5ed81cd4d

View File

@ -9,14 +9,14 @@ dependencies:
- sudo pip3 install pip --upgrade
- sudo pip3 install -r requirements.txt
- curl -sSL https://get.haskellstack.org/ | sh
- stack install gtk2hs-buildtools
- stack install --fast
- stack exec ihaskell -- install
override:
- stack setup
- |
echo "apply-ghc-options: everything" >> stack.yaml
- stack build --fast
- stack install gtk2hs-buildtools --fast
- stack install --fast
- stack exec ihaskell -- install
- stack test --no-run-tests --fast
test: