simplify build

This commit is contained in:
Joey Hess 2017-10-25 17:54:33 -04:00
parent 91cf80b8ec
commit d428f66cdd
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -56,14 +56,9 @@ getextra () {
}
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
# Deps are not built with cygwin environment, because we don't want
# configure scripts for haskell libraries to link them with the cygwin
# libraries.
stack setup --stack-yaml stack-windows.yaml
stack build -j 1 --stack-yaml stack-windows.yaml --no-haddock --dependencies-only
# Build git-annex
withcyg stack build --stack-yaml stack-windows.yaml
stack setup --stack-yaml stack-windows.yaml
stack build -j 1 --stack-yaml stack-windows.yaml --no-haddock
# Build the installer
withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \