fix build-version creation
This commit is contained in:
parent
dd6d0cc9af
commit
7dc477a4fc
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ withcygpreferred stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddo
|
||||||
rm -f dist/build-version
|
rm -f dist/build-version
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
|
stack ghc --stack-yaml standalone/windows/stack.yaml --no-haddock \
|
||||||
Build/BuildVersion.hs > dist/build-version
|
Build/BuildVersion.hs
|
||||||
./Build/BuildVersion
|
./Build/BuildVersion > dist/build-version
|
||||||
|
|
||||||
# Test git-annex
|
# Test git-annex
|
||||||
# The test is run in c:/WINDOWS/Temp, because running it in the autobuilder
|
# The test is run in c:/WINDOWS/Temp, because running it in the autobuilder
|
||||||
|
|
Loading…
Reference in a new issue