From f40c892277e04cfb31b0b12870b0d1cc930cbe38 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 Apr 2018 14:24:42 -0700 Subject: [PATCH] appveyor: install shelltestrunner [ci skip] --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index fd748576b..5e4d27e3c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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