Commit ec38bdfd by Dane Springmeyer

fix appveyor node v0.8.x node-gyp [publish binary]

parent b63bcf46
...@@ -18,6 +18,8 @@ install: ...@@ -18,6 +18,8 @@ install:
- npm --version - npm --version
- 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\12.0\bin\;%PATH%
# otherwise node-gyp that comes with node v0.8.x is used and doesn't yet know about --msvs_version=2013
- npm install node-gyp
- npm install --build-from-source --msvs_version=2013 - npm install --build-from-source --msvs_version=2013
- npm install mocha - npm install mocha
- npm test - npm test
......
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