appveyor: disable hledger-web again pending network fix

This commit is contained in:
Simon Michael 2018-04-27 12:18:36 -07:00
parent 34c3c5dc6c
commit b9332de638

View File

@ -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+ # -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 # --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: 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 - stack exec -- shelltest --execdir -j16 tests # COLUMNS=80
#- hledger-install/hledger-install.sh #- hledger-install/hledger-install.sh
#- make stacktest #- make stacktest
@ -55,7 +58,7 @@ build_script:
artifacts: artifacts:
- path: hledger.exe - path: hledger.exe
- path: hledger-web.exe #- path: hledger-web.exe
#- path: hledger-api.exe #- path: hledger-api.exe