-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactored binding.gyp #32
Conversation
Awesome, thank you a lot! Can you edit the CI files to turn |
Done. Now I'm curious "will it blend" on 3.5.0... |
@@ -19,14 +19,11 @@ environment: | |||
|
|||
|
|||
install: | |||
# From https://github.com/nodejs/nan/blob/master/appveyor.yml | |||
- ps: Install-Product node $env:nodejs_version | |||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AppVeyor now does it on it's own according to nodejs_version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0291797
to
6c5d518
Compare
"actions" : [ | ||
{ | ||
"msvs_quote_cmd": 0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This kills the regression in node-gyp
I assume the red travis is an encrypted value permission issue:
|
added "msvs_quote_cmd": 0 bumped node-gyp in appveyor.yml
@addaleax landing? |
Yeah, merging. Thanks for the hard work you’ve been putting into node-gyp & everything! ❤️ |
Will compile on windows with
node-gyp:3.6.0