mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
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
This commit is contained in:
parent
c9d106f802
commit
e2302fe1c0
2 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,5 @@
|
|||
@IF EXIST "%~dp0\node.exe" (
|
||||
"%~dp0\node.exe" "%~dp0\bootstrap" %*
|
||||
appveyor-retry "%~dp0\node.exe" "%~dp0\bootstrap" %*
|
||||
) ELSE (
|
||||
node "%~dp0\bootstrap" %*
|
||||
appveyor-retry node "%~dp0\bootstrap" %*
|
||||
)
|
||||
|
||||
|
|
2
src/K2
2
src/K2
|
@ -1 +1 @@
|
|||
Subproject commit aacfff9afa774589a7a4daaf20653518431c1cfa
|
||||
Subproject commit 7da14f7cb73237951a0be8a0a2a8386db5d2557e
|
Loading…
Reference in a new issue