mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 19:41:47 +03:00
tools: make stackagetest: also check for haddock errors
This commit is contained in:
parent
5e4673bd1f
commit
0bfe590fd7
5
Makefile
5
Makefile
@ -569,8 +569,7 @@ $(call def-help-subheading,TESTING:)
|
|||||||
test: pkgtest functest \
|
test: pkgtest functest \
|
||||||
$(call def-help,test, run default tests )
|
$(call def-help,test, run default tests )
|
||||||
|
|
||||||
travistest: \
|
travistest: $(call def-help,travistest, run tests similar to the most thorough travis tests)
|
||||||
$(call def-help,travistest, run tests similar to the most thorough travis tests)
|
|
||||||
stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-lib
|
stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-lib
|
||||||
stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger
|
stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger
|
||||||
stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-ui
|
stack build --ghc-options=-Werror --test --haddock --no-haddock-deps hledger-ui
|
||||||
@ -728,7 +727,7 @@ stacktest: $(call def-help,stacktest, try a build/test/bench with each stack con
|
|||||||
|
|
||||||
test-stack%yaml:
|
test-stack%yaml:
|
||||||
stack --stack-yaml stack$*yaml clean
|
stack --stack-yaml stack$*yaml clean
|
||||||
stack --stack-yaml stack$*yaml --install-ghc build --test --bench
|
stack --stack-yaml stack$*yaml --install-ghc build --test --bench --haddock --no-haddock-deps
|
||||||
|
|
||||||
BENCHEXES=hledger-0.27,hledger
|
BENCHEXES=hledger-0.27,hledger
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user