From dd3e45ff42b005bd50bc1304ca6a61b39a28caff Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 27 Apr 2018 11:51:42 -0700 Subject: [PATCH] appveyor: run func tests without make; try building hledger-web [ci skip] --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index cfcb0cb77..f6bfcbe8a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -46,8 +46,8 @@ install: # -j1 - a temporary workaround for https://github.com/simonmichael/hledger/issues/424, https://github.com/commercialhaskell/stack/issues/2617, should be unnecessary with ghc 8.2.1+ # --bench - benchmark doesn't run on windows yet build_script: -- stack build --no-install-ghc --test --copy-bins --local-bin-path=. hledger #hledger-web hledger-api -- make functest +- stack build --no-install-ghc --test --copy-bins --local-bin-path=. hledger hledger-web #hledger-api +- stack exec -- shelltest --execdir -j16 tests # COLUMNS=80 #- hledger-install/hledger-install.sh #- make stacktest @@ -55,7 +55,7 @@ build_script: artifacts: - path: hledger.exe -#- path: hledger-web.exe +- path: hledger-web.exe #- path: hledger-api.exe