X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=scripts%2Fbuild%2FappveyorHelp.psm1;fp=scripts%2Fbuild%2FappveyorHelp.psm1;h=a802a005c592a4903598abf8d9589d07565e5905;hp=3cbf46815c59d1b934da2f6fe959c907bb1f66bb;hb=19f50b66742c42f9139d34a61a3198981dfbe5ed;hpb=6d35d3ab0b4885c2db40e5aa25574a5764e52c51 diff --git a/scripts/build/appveyorHelp.psm1 b/scripts/build/appveyorHelp.psm1 index 3cbf4681..a802a005 100644 --- a/scripts/build/appveyorHelp.psm1 +++ b/scripts/build/appveyorHelp.psm1 @@ -122,7 +122,10 @@ function SETUP-QT() function Install-ChocolatelyModule([string] $module, [string[]] $myargs) { Write-Host "Install chocolately package $module" - LogExec cinst $module @myargs -y + LogExec appveyor-retry cinst $module @myargs -y + # Retry installation in case it fails; remove 'appveyor-retry' to run in a generic manner + # See http://help.appveyor.com/discussions/suggestions/816-generic-wrapper-for-retry#comment_40579488 + # And https://github.com/appveyor/ci/issues/418 } function Install-CmakeGitModule([string] $url, [hashtable] $arguments)