Mailspring/script/bootstrap.cmd
Tomasz Finc e2302fe1c0 fix(windows-build) bruteforce transient failure per http://help.appveyor.com/discussions/problems/5822-transient-build-failures-with-node-dependency-node-gyp
Summary: Retry the build per AppVeyor forum recomendation

Test Plan: run a build

Reviewers: juan, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D3628
2017-01-10 11:54:49 -08:00

6 lines
140 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
appveyor-retry "%~dp0\node.exe" "%~dp0\bootstrap" %*
) ELSE (
appveyor-retry node "%~dp0\bootstrap" %*
)