diff --git a/.appveyor.yml b/.appveyor.yml index f6bfcbe8a..fd748576b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -45,8 +45,11 @@ 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 +# hledger-ui - vty isn't available on windows +# hledger-web - network doesn't build on appveyor currently +# hledger-api - not tried recently build_script: -- stack build --no-install-ghc --test --copy-bins --local-bin-path=. hledger hledger-web #hledger-api +- stack build --no-install-ghc --test --copy-bins --local-bin-path=. hledger #hledger-web - stack exec -- shelltest --execdir -j16 tests # COLUMNS=80 #- hledger-install/hledger-install.sh #- make stacktest @@ -55,7 +58,7 @@ build_script: artifacts: - path: hledger.exe -- path: hledger-web.exe +#- path: hledger-web.exe #- path: hledger-api.exe