Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1416be

Browse filesBrowse files
author
Dane Springmeyer
committed
[appveyor] test and build against latest node v4/5 versions
1 parent a8b6bf1 commit f1416be
Copy full SHA for f1416be

1 file changed

+15-7Lines changed: 15 additions & 7 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎appveyor.yml‎

Copy file name to clipboardExpand all lines: appveyor.yml
+15-7Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,40 @@ environment:
1616
- nodejs_version: 0.12.7
1717
platform: x64
1818
msvs_toolset: 12
19-
- nodejs_version: 4.0.0
19+
- nodejs_version: 4.4.1
2020
platform: x64
2121
msvs_toolset: 12
22-
- nodejs_version: 4.0.0
22+
- nodejs_version: 4.4.1
2323
platform: x86
2424
msvs_toolset: 12
25-
- nodejs_version: 5.0.0
25+
- nodejs_version: 5.9.1
2626
platform: x64
2727
msvs_toolset: 12
28-
- nodejs_version: 5.0.0
28+
- nodejs_version: 5.9.1
2929
platform: x86
3030
msvs_toolset: 12
3131
# custom visual studio 2015 builds
3232
- nodejs_version: 0.10.40
33-
platform: x86
33+
platform: x64
3434
msvs_toolset: 14
3535
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
3636
- nodejs_version: 0.10.40
37+
platform: x86
38+
msvs_toolset: 14
39+
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
40+
- nodejs_version: 4.4.1
41+
platform: x86
42+
msvs_toolset: 14
43+
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
44+
- nodejs_version: 4.4.1
3745
platform: x64
3846
msvs_toolset: 14
3947
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
40-
- nodejs_version: 0.12.7
48+
- nodejs_version: 5.9.1
4149
platform: x86
4250
msvs_toolset: 14
4351
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140
44-
- nodejs_version: 0.12.7
52+
- nodejs_version: 5.9.1
4553
platform: x64
4654
msvs_toolset: 14
4755
TOOLSET_ARGS: --dist-url=https://s3.amazonaws.com/mapbox/node-cpp11 --toolset=v140

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.