appveyor: zip exes (in one zip file) for convenient download

[ci skip]
This commit is contained in:
Simon Michael 2018-04-27 17:11:00 -07:00
parent d4bf420a00
commit cab564219a

View File

@ -51,6 +51,7 @@ install:
# hledger-api - not tried recently
build_script:
- stack --stack-yaml=stack-ghc8.2.yaml build --test --copy-bins --local-bin-path=. hledger hledger-web
- 7z a -tzip hledger.zip hledger.exe hledger-web.exe
#- stack exec -- shelltest --execdir -a -j16 tests # COLUMNS=80 # functional tests - these don't run well on windows currently
#- hledger-install/hledger-install.sh
#- make stacktest