Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 5aae0d2

Browse files
committed
Use Visual Studio 2017 for Node >= 10
1 parent 480250c commit 5aae0d2

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@
6868
GYP_MSVS_VERSION: 2015
6969
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
7070
- nodejs_version: 10
71-
GYP_MSVS_VERSION: 2015
72-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
71+
GYP_MSVS_VERSION: 2017
72+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
7373
- nodejs_version: 11
74-
GYP_MSVS_VERSION: 2015
75-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
74+
GYP_MSVS_VERSION: 2017
75+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
7676
- nodejs_version: 12
77-
GYP_MSVS_VERSION: 2015
78-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
77+
GYP_MSVS_VERSION: 2017
78+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
7979

8080
install:
8181
- ps: Install-Product node $env:nodejs_version $env:platform
@@ -164,14 +164,14 @@
164164
GYP_MSVS_VERSION: 2015
165165
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
166166
- nodejs_version: 10
167-
GYP_MSVS_VERSION: 2015
168-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
167+
GYP_MSVS_VERSION: 2017
168+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
169169
- nodejs_version: 11
170-
GYP_MSVS_VERSION: 2015
171-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
170+
GYP_MSVS_VERSION: 2017
171+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
172172
- nodejs_version: 12
173-
GYP_MSVS_VERSION: 2015
174-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
173+
GYP_MSVS_VERSION: 2017
174+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
175175

176176
install:
177177
- ps: Install-Product node $env:nodejs_version $env:platform

0 commit comments

Comments
 (0)