File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
- language : nodejs
1
+ language : node_js
2
+ node_js : node
2
3
3
4
jobs :
4
5
include :
5
6
- name : Test
6
7
if : tag IS blank
7
8
script : ./ci/container/exec.sh ./ci/steps/test.sh
8
9
deploy : null
10
+ install : null
9
11
- name : Linux Release # if: tag IS present
10
12
script : |
11
13
./ci/steps/linux-release.sh || exit 1
12
14
./ci/steps/publish-npm.sh || exit 1
15
+ install : null
13
16
- name : Linux Release # if: tag IS present
17
+ arch : arm64
14
18
script : |
15
19
sudo apt-get update && sudo apt-get install -y jq || exit 1
16
20
./ci/steps/linux-release.sh
17
- arch : arm64
21
+ install : null
18
22
- name : MacOS Release # if: tag IS present
19
23
os : osx
20
- language : node_js
21
- node_js : 12
22
24
script : |
23
25
HOMEBREW_NO_AUTO_UPDATE=1 brew install jq || exit 1
24
- ./ci/steps/static-release.sh || exit 1
26
+ travis_wait 30 ./ci/steps/static-release.sh || exit 1
27
+ install : null
25
28
26
29
before_deploy :
27
30
- echo "$JSON_KEY" | base64 --decode > ./ci/key.json
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " codeserver " ,
2
+ "name" : " code-server " ,
3
3
"license" : " MIT" ,
4
4
"version" : " 3.3.0-rc.4" ,
5
5
"description" : " Run VS Code on a remote server." ,
You can’t perform that action at this time.
0 commit comments