File tree Expand file tree Collapse file tree 2 files changed +14
-18
lines changed
Expand file tree Collapse file tree 2 files changed +14
-18
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,25 @@ 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
813
914cache :
1015 - node_modules
11- - ' %LOCALAPPDATA%\Yarn\cache'
12- - ' %APPDATA%\npm-cache'
1316
1417artifacts :
1518 - path : svn-scm.vsix
1619 name : SVN-SCM
1720
1821install :
19- - ps : Install-Product node 8.9.1
20- - npm install -g npm vsce
22+ # - ps: Install-Product node 8.9.1
23+ - npm install -g vsce
2124 - node --version
2225 - npm --version
2326 - npm install
@@ -27,7 +30,6 @@ build_script:
2730 # For coverage
2831 - ps : (get-content package.json) | %{$_ -replace '"\*"',''} | set-content package.json
2932
30-
3133test_script :
3234 - npm test --silent
3335
Original file line number Diff line number Diff line change 77 - linux
88 - osx
99
10- matrix :
11- include :
12- - env : CODE_VERSION=1.20.0
13- - env : CODE_VERSION=1.21.0
14- - env : CODE_VERSION=1.22.0
15- - env : CODE_VERSION=1.23.0
16- - env : CODE_VERSION=1.24.0
17- - env : CODE_VERSION=1.25.0
18- - env : CODE_VERSION=insiders
19- allow_failures :
20- - env : CODE_VERSION=insiders
10+ env :
11+ - CODE_VERSION=1.20.0 # Minimal Version
12+ - CODE_VERSION=* # Last Stable Version
13+ - CODE_VERSION=insiders # Insider Version
2114
2215cache :
2316 directories :
@@ -32,9 +25,8 @@ before_install:
3225
3326install :
3427 - npm install
35- # - npm run prettier
3628 - npm run vscode:prepublish
37- # For coverage
29+ # For coverage, disable automatic start of extension
3830 - sed -i.bak 's/"\*"//g' package.json
3931
4032script :
6052 - npm run build
6153 - npm run semantic-release
6254 after_success : skip
55+ allow_failures :
56+ - env : CODE_VERSION=insiders
You can’t perform that action at this time.
0 commit comments