diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-09 15:04:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-09 15:04:57 -0400 |
commit | c23030ce3ada275fe9054173091e347e3f97c259 (patch) | |
tree | 1e2b3f61623d0e2ed0bbe3e6446e2ad9e6153c2e /standalone | |
parent | dbaef4b461a49bba603b4a4a410de31bd89e2d0f (diff) |
trying again for webapp in windows autobuild
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 8a555e6dc..730c99858 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -45,11 +45,11 @@ fi touch last-incremental-failed # Build git-annex -withcyg cabal configure -f-WebApp +withcyg cabal configure withcyg cabal build || true -#rm -f Build/EvilLinker.exe -#ghc --make Build/EvilLinker -#Build/EvilLinker +rm -f Build/EvilLinker.exe +ghc --make Build/EvilLinker +Build/EvilLinker # Build the installer cabal install nsis |