generate build-version file on windows autobuilder
This commit is contained in:
parent
d0d96b7428
commit
08f1f7a697
1 changed files with 4 additions and 0 deletions
|
@ -68,3 +68,7 @@ rm -f last-incremental-failed
|
|||
# (doesn't currently work well on autobuilder, reason unknown)
|
||||
rm -rf .t
|
||||
withcyg dist/build/git-annex/git-annex.exe test || true
|
||||
|
||||
rm -f dist/build-version
|
||||
ghc --make Build/BuildVersion.hs
|
||||
Build/BuildVersion > dist/build-version
|
||||
|
|
Loading…
Reference in a new issue