travis: build hledger, hledger-ui

This commit is contained in:
Simon Michael 2018-03-25 00:45:37 +00:00
parent f98ba9a338
commit 727bf4dd38

View File

@ -114,12 +114,12 @@ script: # command output is not hidden
# build hledger packages, ensuring no warnings,
# and any deps not already cached, separately to use less memory
- stack build --ghc-options=-Werror hledger-lib
# - stack build --ghc-options=-Werror hledger
- stack build --ghc-options=-Werror hledger
# # run hledger-lib/hledger functional tests, skipping the ones for addons
# - COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
# run hledger-lib/hledger functional tests, skipping the ones for addons
- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
# - stack build --ghc-options=-Werror hledger-ui
- stack build --ghc-options=-Werror hledger-ui
# - stack build --ghc-options=-Werror hledger-web
# - stack build --ghc-options=-Werror hledger-api