From cab564219aac19790f40d792721baf7edb1e6a82 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 Apr 2018 17:11:00 -0700 Subject: [PATCH] appveyor: zip exes (in one zip file) for convenient download [ci skip] --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 90d15c37f..702ee5a65 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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