Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit d170c83

Browse files
committed
(#5) Added Electron 9 and 10 to Appveyor config
1 parent 2d7e11c commit d170c83

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

+8
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,14 @@ environment:
6363
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
6464
TARGET: "8.0.0"
6565
RUNTIME: "electron"
66+
- nodejs_version: 12
67+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
68+
TARGET: "9.0.0"
69+
RUNTIME: "electron"
70+
- nodejs_version: 12
71+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
72+
TARGET: "10.0.0"
73+
RUNTIME: "electron"
6674

6775
install:
6876
# - cmd: choco install OpenCV -y -version %OPENCV_VERSION%

0 commit comments

Comments
 (0)