--no-haddock
This commit is contained in:
parent
21d6df8f91
commit
0804599941
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@ stack build -j 1 --stack-yaml standalone/windows/stack.yaml --no-haddock --depen
|
|||
withcyg stack build --stack-yaml standalone/windows/stack.yaml
|
||||
|
||||
# Build the installer
|
||||
withcygpreferred stack runghc --stack-yaml standalone/windows/stack.yaml \
|
||||
withcygpreferred stack runghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
|
||||
--package nsis Build/NullSoftInstaller.hs
|
||||
|
||||
rm -f dist/build-version
|
||||
stack runghc --stack-yaml standalone/windows/stack.yaml \
|
||||
stack runghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
|
||||
Build/BuildVersion.hs > dist/build-version
|
||||
|
||||
# Test git-annex
|
||||
|
|
Loading…
Reference in a new issue