simplify build
This commit is contained in:
parent
91cf80b8ec
commit
d428f66cdd
1 changed files with 2 additions and 7 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue