-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Conversation
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.
Beat me to it 😄
Two things but I can't comment on the line since it's out of the diff
- The tag matrix above should be updated too
- Confirm if the
--msvs_version=2013
should be changed
Yeah, I'm just confirming this syntax is even valid. The docs are non-existent on this use case.
True. |
Not sure if it would be faster to spit the matrix with |
You might be right. It's easy enough to test. |
@@ -114,9 +114,9 @@ | |||
- nodejs_version: 0.12 | |||
- nodejs_version: 4 | |||
- nodejs_version: 6 | |||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 | |||
os: Visual Studio 2013 |
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.
Think you got this reversed. These ones should be 2015
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.
Yep 😞
Sounds good, I'm just playing with something else for fun |
Not sure if it's picking it up properly, it looks like it's going back to |
Not sure if it was changing the |
The node-gyp code suggest |
Node change to Visual Studio 2015 when Node 6 went to LTS. See nodejs/node#7989 Fixes sass#1854
Looks like the ENV vars don't cascade which is what was tripping me up. |
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.
Great, thanks Mike! 👍
The AppVeyor config was updated in sass#1870 but I missed some changes for the release config.
Node change to Visual Studio 2015 when Node 6 went to LTS.
See nodejs/node#7989
Fixes #1854