From 7d6b28c9946fd028d7bfad2e681058cb2188708a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 8 Sep 2017 11:00:41 -0700 Subject: [PATCH] tools: appveyor: also run tests and benchmarks --- appveyor.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c30f9e24b..6abc67a3e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,11 +26,15 @@ environment: # APPVEYOR_SAVE_CACHE_ON_ERROR: "true" test_script: -- echo "" | stack --no-terminal --install-ghc test -j1 hledger hledger-web hledger-api -- stack --local-bin-path . -j1 install hledger hledger-web hledger-api -# -j1 is temporary, attempting to work around -# https://github.com/simonmichael/hledger/issues/424 -# https://github.com/commercialhaskell/stack/issues/2617 +#the j1 flag is a temporary workaround for https://github.com/commercialhaskell/stack/issues/2617, https://github.com/simonmichael/hledger/issues/424 +#- echo "" | stack --no-terminal --install-ghc test -j1 hledger hledger-web hledger-api +#- stack --local-bin-path . -j1 install hledger hledger-web hledger-api + +- stack --local-bin-path . -j1 build --test --bench --copy-bins hledger hledger-web hledger-api + +#- hledger-install/hledger-install.sh + +#- make stacktest artifacts: - path: hledger.exe