allow dep install to fail

(eg, webdav is broken right now, this should not defeat the build)
This commit is contained in:
Joey Hess 2013-12-06 13:57:33 -04:00
parent ef1ea499ba
commit f977c2b8fa

View file

@ -32,7 +32,7 @@ rm -rf /c/Users/jenkins/AppData/Roaming/cabal /c/Users/jenkins/AppData/Roaming/g
# for haskell libraries to link them with the cygwin library.
cabal update || true
cabal install --only-dependencies
cabal install --only-dependencies || true
# Detect when the last build was an incremental build and failed,
# and try a full build. Done this way because this shell seems a bit