Skip to content

Commit

Permalink
appveyor: use easytest 0.2.1 avoiding unicode output (may help #832)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Oct 24, 2018
1 parent 162e42d commit 8f50e82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f50e82

Please sign in to comment.