appveyor: run func tests without make; try building hledger-web

[ci skip]
This commit is contained in:
Simon Michael 2018-04-27 11:51:42 -07:00
parent f7e7b5776e
commit dd3e45ff42

View File

@ -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