mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-26 03:42:25 +03:00
appveyor: run func tests without make; try building hledger-web
[ci skip]
This commit is contained in:
parent
f7e7b5776e
commit
dd3e45ff42
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user