Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cd2242

Browse filesBrowse files
author
Dane Springmeyer
committed
fix link to node.exe + try without node-gyp upgrade
1 parent b66d120 commit 3cd2242
Copy full SHA for 3cd2242

1 file changed

+4-4Lines changed: 4 additions & 4 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎appveyor.yml‎

Copy file name to clipboardExpand all lines: appveyor.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ install:
3131
- SET PATH=node_modules\.bin;%PATH%
3232
# use 64 bit python if platform is 64 bit
3333
- if "%platform%" == "x64" set PATH=C:\Python27-x64;%PATH%
34+
- SET ARCHPATH=
35+
- if %platform% == x64 (SET ARCHPATH="x64/")
3436
# install node version per visual studio toolset
3537
- if "%msvs_toolset%" == "12" powershell Install-Product node $env:nodejs_version $env:platform
36-
- if "%msvs_toolset%" == "14" powershell Write-Output "fetching https://mapbox.s3.amazonaws.com/node-cpp11/v$env:nodejs_version/$env:platform/node.exe"
37-
- if "%msvs_toolset%" == "14" powershell Start-FileDownload "https://mapbox.s3.amazonaws.com/node-cpp11/v$env:nodejs_version/$env:platform/node.exe"
38+
- if "%msvs_toolset%" == "14" powershell Write-Output "fetching https://mapbox.s3.amazonaws.com/node-cpp11/v$env:nodejs_version/$env:ARCHPATHnode.exe"
39+
- if "%msvs_toolset%" == "14" powershell Start-FileDownload "https://mapbox.s3.amazonaws.com/node-cpp11/v$env:nodejs_version/$env:ARCHPATHnode.exe"
3840
# only needed if not using 'os: Visual Studio 2014 CTP4'
3941
#- if "%msvs_toolset%" == "14" powershell Write-Output "https://mapbox.s3.amazonaws.com/node-cpp11/vcredist_$env:platform.exe"
4042
#- if "%msvs_toolset%" == "14" powershell Start-FileDownload "https://mapbox.s3.amazonaws.com/node-cpp11/vcredist_$env:platform.exe"
4143
#- if "%msvs_toolset%" == "14" .\vcredist_%platform%.exe /q /norestart
4244
- node -v
4345
- node -e "console.log(process.argv,process.execPath)"
4446
- npm -v
45-
# upgrade node-gyp to support --msvs_version=2013
46-
- npm install node-gyp -g
4747
# clear out node-gyp header cache
4848
- if "%msvs_toolset%" == "14" rd /s /q %USERPROFILE%\.node-gyp
4949
- SET PATH=C:\Program Files (x86)\MSBuild\%msvs_toolset%.0\bin;%PATH%

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.