try to build deps before buildversion
This commit is contained in:
parent
a33324256d
commit
9709beba77
1 changed files with 3 additions and 1 deletions
|
@ -63,13 +63,15 @@ stack --version
|
|||
#stack upgrade --force-download
|
||||
#stack --version
|
||||
|
||||
stack setup
|
||||
stack build --only-dependencies
|
||||
|
||||
# Update version info for git rev being built.
|
||||
mkdir -p dist
|
||||
stack ghc --no-haddock Build/BuildVersion.hs
|
||||
./Build/BuildVersion > dist/build-version
|
||||
|
||||
# Build git-annex
|
||||
stack setup
|
||||
stack install -j 1 --no-haddock --local-bin-path .
|
||||
|
||||
# Build the installer
|
||||
|
|
Loading…
Add table
Reference in a new issue