Skip to content

Commit 2073661

Browse files
committed
chore: Added matrix build for AppVeyor
1 parent d88e747 commit 2073661

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.appveyor.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ environment:
22
ELECTRON_NO_ATTACH_CONSOLE: 1
33
VSCODE_BUILD_VERBOSE: true
44

5+
matrix:
6+
- CODE_VERSION: "1.20.0" # Minimal Version
7+
- CODE_VERSION: "*" # Last Stable Version
8+
- CODE_VERSION: "insiders" # Insider Version
9+
510
# platform:
611
# - x86
712
# - x64
@@ -27,7 +32,6 @@ build_script:
2732
# For coverage
2833
- ps: (get-content package.json) | %{$_ -replace '"\*"',''} | set-content package.json
2934

30-
3135
test_script:
3236
- npm test --silent
3337

0 commit comments

Comments
 (0)