summaryrefslogtreecommitdiff
path: root/standalone/windows/build.sh
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-01 00:32:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-01 00:32:08 -0400
commitb8191b77e83eee75577d2871acddce9b98c98652 (patch)
tree7acf76009d50217eebe5b27223207d7b6cdceed4 /standalone/windows/build.sh
parent518e5430afd0f85b1b6c334b887df24e3fbd8933 (diff)
retrying windows yesod-static
Diffstat (limited to 'standalone/windows/build.sh')
-rwxr-xr-xstandalone/windows/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 9473b9257..3beb63dd7 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -24,11 +24,11 @@ withcygpreferred () {
UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe
# Uncomment to get rid of cabal installed libraries.
-#rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
+rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/ghc
# Don't allow build artifact from a past successful build to be extracted
# if we fail.
-#rm -f git-annex-installer.exe
+rm -f git-annex-installer.exe
# Install haskell dependencies.
# cabal install is not run in cygwin, because we don't want configure scripts