Commit a6d25306 by Dane Springmeyer

try building against visual studio 2014

parent 1940c1b3
...@@ -17,13 +17,17 @@ environment: ...@@ -17,13 +17,17 @@ environment:
nw_version: 0.10.5 nw_version: 0.10.5
PLATFORM: x64 PLATFORM: x64
os: Visual Studio 2014 CTP4
install: install:
- ps: Update-NodeJsInstallation $env:nodejs_version $env:Platform - ps: Update-NodeJsInstallation $env:nodejs_version $env:Platform
- node --version - node --version
- npm --version - npm --version
- echo %PLATFORM% - echo %PLATFORM%
- SET PATH=c:\python27;%PATH% - SET PATH=c:\python27;%PATH%
- SET PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH% - SET PATH=C:\Program Files (x86)\MSBuild\14.0\bin\;%PATH%
- if %platform% == x64 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
- if %platform% == x86 CALL "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64_x86
- SET PATH=%APPDATA%\npm;%PATH% - SET PATH=%APPDATA%\npm;%PATH%
# add local node-pre-gyp dir to path # add local node-pre-gyp dir to path
- SET PATH=node_modules\.bin;%PATH% - SET PATH=node_modules\.bin;%PATH%
...@@ -32,7 +36,7 @@ install: ...@@ -32,7 +36,7 @@ install:
- npm --version - npm --version
# upgrade node-gyp to support --msvs_version=2013 # upgrade node-gyp to support --msvs_version=2013
- npm install node-gyp - npm install node-gyp
- npm install --build-from-source --msvs_version=2013 - npm install --build-from-source --msvs_version=2013 --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11/v0.10.33
- npm test - npm test
- node-pre-gyp package - node-pre-gyp package
# make commit message env var shorter # make commit message env var shorter
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment