From 8f50e824edec4ddb0c9ea73c9e78d7cafc75a621 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 24 Oct 2018 12:42:13 -0700 Subject: [PATCH] appveyor: use easytest 0.2.1 avoiding unicode output (may help #832) --- .appveyor.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 901b497668d..d6accf103b4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -86,8 +86,7 @@ build_script: # use network 2.7.0.1+ to avoid https://github.com/haskell/network/issues/313 #- stack build --test --copy-bins --local-bin-path=. hledger hledger-web network-2.7.0.2 # use ghc 8.2 to avoid hledger-web -> network/stack/ghc/windows build issue -# don't run test suites to avoid easytest/windows utf8 issue -- stack build --copy-bins --local-bin-path=. hledger hledger-web --stack-yaml=stack-ghc8.2.yaml +- stack build --test --copy-bins --local-bin-path=. hledger hledger-web --stack-yaml=stack-ghc8.2.yaml - 7z a -tzip hledger.zip hledger.exe hledger-web.exe #- hledger-install/hledger-install.sh