Skip to content

Commit 3a017de

Browse files
committed
Try coercing node-gyp to use VS2013.
1 parent caa80f5 commit 3a017de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ matrix:
2323
# Get the latest stable version of Node 0.STABLE.latest
2424
install:
2525
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
26-
- npm install --verbose
26+
- cmd: SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
27+
- cmd: SET PATH=c:\python27;%PATH%
28+
- cmd: npm install -g node-gyp
29+
- npm install
2730

2831
test_script:
2932
- node --version

0 commit comments

Comments
 (0)