mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 04:46:31 +03:00
tools: make stacktest: install ghc when needed
This commit is contained in:
parent
7d6b28c994
commit
aac739a248
2
Makefile
2
Makefile
@ -730,7 +730,7 @@ stacktest: $(call def-help,stacktest, try a build/test/bench with each stack con
|
|||||||
test-stack.yaml \
|
test-stack.yaml \
|
||||||
|
|
||||||
test-stack%yaml:
|
test-stack%yaml:
|
||||||
stack --stack-yaml stack$*yaml $(STACKTESTACTION)
|
stack --stack-yaml stack$*yaml --install-ghc $(STACKTESTACTION)
|
||||||
|
|
||||||
BENCHEXES=hledger-0.27,hledger
|
BENCHEXES=hledger-0.27,hledger
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user