Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sass
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楚学文
node-sass
Commits
167812b6
Commit
167812b6
authored
Jan 28, 2017
by
Michael Mifsud
Committed by
GitHub
Jan 28, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1870 from xzyfer/vs2015
Use Visual Studio 2015 for Node 6+
parents
d628b103
36de1312
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
2 deletions
+16
-2
appveyor.yml
appveyor.yml
+16
-2
No files found.
appveyor.yml
View file @
167812b6
...
...
@@ -43,13 +43,17 @@
-
nodejs_version
:
4
-
nodejs_version
:
5
-
nodejs_version
:
6
GYP_MSVS_VERSION
:
2015
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
-
nodejs_version
:
7
GYP_MSVS_VERSION
:
2015
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
install
:
-
ps
:
Install-Product node $env:nodejs_version $env:platform
-
node --version
-
npm --version
-
npm install
--msvs_version=2013
-
npm install
test
:
off
...
...
@@ -111,16 +115,26 @@
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI
:
true
matrix
:
-
nodejs_version
:
0.10
GYP_MSVS_VERSION
:
2013
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
-
nodejs_version
:
0.12
GYP_MSVS_VERSION
:
2013
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
-
nodejs_version
:
4
GYP_MSVS_VERSION
:
2013
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2013
-
nodejs_version
:
6
GYP_MSVS_VERSION
:
2015
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
-
nodejs_version
:
7
GYP_MSVS_VERSION
:
2015
APPVEYOR_BUILD_WORKER_IMAGE
:
Visual Studio 2015
install
:
-
ps
:
Install-Product node $env:nodejs_version $env:platform
-
node --version
-
npm --version
-
npm install
--msvs_version=2013
-
npm install
test_script
:
-
ps
:
set-location -path c:\projects\node_modules\node-sass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment