mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
tools: don't use -Werror with make ci
This commit is contained in:
parent
9549a0b136
commit
1a60160fdd
2
Makefile
2
Makefile
@ -83,7 +83,7 @@ hledgerlinux: setversion
|
||||
# searchpath.org , you might need the patched version from
|
||||
# http://joyful.com/repos/searchpath .
|
||||
continuous ci: setversion
|
||||
sp --no-exts --no-default-map -o hledger ghc --make hledger.hs $(BUILDFLAGS) -Werror --run $(CICMD)
|
||||
sp --no-exts --no-default-map -o hledger ghc --make hledger.hs $(BUILDFLAGS) --run $(CICMD)
|
||||
|
||||
# build the standalone unit test runner. Requires test-framework.
|
||||
tools/unittest: tools/unittest.hs
|
||||
|
Loading…
Reference in New Issue
Block a user