allow dep install to fail
(eg, webdav is broken right now, this should not defeat the build)
This commit is contained in:
parent
ef1ea499ba
commit
f977c2b8fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue