From 4f39b8d5ca611b13934b60db27dca6d2ac2e3c70 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 24 Oct 2017 13:30:51 -0400 Subject: use windows stack.yaml for additional stack commands --- standalone/windows/build.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 62323b97d..fb3fef479 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -68,10 +68,12 @@ stack build -j 1 --stack-yaml standalone/windows/stack.yaml --no-haddock --depen withcyg stack build --stack-yaml standalone/windows/stack.yaml # Build the installer -withcygpreferred stack runghc --package nsis Build/NullSoftInstaller.hs +withcygpreferred stack runghc --stack-yaml standalone/windows/stack.yaml \ + --package nsis Build/NullSoftInstaller.hs rm -f dist/build-version -stack runghc Build/BuildVersion.hs > dist/build-version +stack runghc --stack-yaml standalone/windows/stack.yaml \ + Build/BuildVersion.hs > dist/build-version # Test git-annex # The test is run in c:/WINDOWS/Temp, because running it in the autobuilder -- cgit v1.2.3