temporarily disable webapp on windows; re-enable webdav on windows

The gcc response file should make it build with webdav (fingers crossed).

webapp is waiting on a haskell platform upgrade on the autobuilder.
Current one has a too old version of network for hxt to install.
This commit is contained in:
Joey Hess 2013-12-05 19:15:23 -04:00
parent 3e3c2bd7b6
commit b2e56dab52
2 changed files with 4 additions and 2 deletions

View file

@ -6,10 +6,12 @@
set -x
set -e
# Path to the Haskell Platform.
HP="/c/Program Files (x86)/Haskell Platform/2012.4.0.0"
PATH="$HP/bin:$HP/lib/extralibs/bin:/c/Program Files (x86)/NSIS:$PATH"
# This tells git-annex where to upgrade itself from.
UPGRADE_LOCATION=http://downloads.kitenet.net/git-annex/windows/current/git-annex-installer.exe
# Run a command with the cygwin environment available.