appveyor: install shelltestrunner

[ci skip]
This commit is contained in:
Simon Michael 2018-04-27 14:24:42 -07:00
parent b9332de638
commit f40c892277

View File

@ -42,6 +42,7 @@ install:
- curl -skL -ostack.zip http://www.stackage.org/stack/windows-x86_64
- 7z x stack.zip stack.exe
- stack setup
- stack install shelltestrunner
# -j1 - a temporary workaround for https://github.com/simonmichael/hledger/issues/424, https://github.com/commercialhaskell/stack/issues/2617, should be unnecessary with ghc 8.2.1+
# --bench - benchmark doesn't run on windows yet
@ -49,7 +50,7 @@ install:
# hledger-web - network doesn't build on appveyor currently
# hledger-api - not tried recently
build_script:
- stack build --no-install-ghc --test --copy-bins --local-bin-path=. hledger #hledger-web
- stack build --test --copy-bins --local-bin-path=. hledger #hledger-web
- stack exec -- shelltest --execdir -j16 tests # COLUMNS=80
#- hledger-install/hledger-install.sh
#- make stacktest