Skip to content

Commit

Permalink
upgrade node-gyp for node v5 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Dec 15, 2017
1 parent f7c4627 commit 60c6d28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build-appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ IF "%nodejs_version:~0,1%"=="0" npm install https://github.com/springmeyer/node-
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
IF "%nodejs_version:~0,1%"=="4" npm install node-gyp@3.x
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
IF "%nodejs_version:~0,1%"=="5" npm install node-gyp@3.x
IF %ERRORLEVEL% NEQ 0 GOTO ERROR

CALL npm install --build-from-source --msvs_version=%msvs_version% %TOOLSET_ARGS% --loglevel=http
IF %ERRORLEVEL% NEQ 0 GOTO ERROR
Expand Down

0 comments on commit 60c6d28

Please sign in to comment.