FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
code-server/.travis.yml at master · Aghassi/code-server · GitHub
Aghassi
/
code-server
Public
forked from
coder/code-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
code-server
/
.travis.yml
Copy path
More file actions
More file actions
Latest commit
History
History
History
50 lines (50 loc) · 1.89 KB
Breadcrumbs
code-server
/
.travis.yml
Copy path
File metadata and controls
50 lines (50 loc) · 1.89 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
language
:
node_js
node_js
:
-
10.15.1
services
:
-
docker
matrix
:
include
:
-
os
:
linux
dist
:
trusty
env
:
-
VSCODE_VERSION="1.33.1" MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION" TARGET="centos"
-
os
:
linux
dist
:
trusty
env
:
-
VSCODE_VERSION="1.33.1" MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION" TARGET="alpine"
-
os
:
osx
env
:
-
VSCODE_VERSION="1.33.1" MAJOR_VERSION="1" VERSION="$MAJOR_VERSION.$TRAVIS_BUILD_NUMBER-vsc$VSCODE_VERSION"
before_install
:
-
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libxkbfile-dev
libsecret-1-dev; fi
-
npm install -g yarn@1.12.3
script
:
-
scripts/build.sh
before_deploy
:
-
echo "$VERSION" "$TRAVIS_COMMIT"
-
git config --local user.name "$USER_NAME"
-
git config --local user.email "$USER_EMAIL"
-
git tag "$VERSION" "$TRAVIS_COMMIT"
deploy
:
provider
:
releases
file_glob
:
true
draft
:
true
tag_name
:
"
$VERSION
"
target_commitish
:
"
$TRAVIS_COMMIT
"
name
:
"
$VERSION
"
skip_cleanup
:
true
api_key
:
secure
:
YL/x24KjYjgYXPcJWk3FV7FGxI79Mh6gBECQEcdlf3fkLEoKFVgzHBoUNWrFPzyR4tgLyWNAgcpD9Lkme1TRWTom7UPjXcwMNyLcLa+uec7ciSAnYD9ntLTpiCuPDD1u0LtRGclSi/EHQ+F8YVq+HZJpXTsJeAmOmihma3GVbGKSZr+BRum+0YZSG4w+o4TOlYzw/4bLWS52MogZcwpjd+hemBbgXLuGU2ziKv2vEKCZFbEeA16II4x1WLI4mutDdCeh7+3aLzGLwDa49NxtsVYNjyNFF75JhCTCNA55e2YMiLz9Uq69IXe/mi5F7xUaFfhIqqLNyKBnKeEOzu3dYnc+8n3LjnQ+00PmkF05nx9kBn3UfV1kwQGh6QbyDmTtBP07rtUMyI14aeQqHjxsaVRdMnwj9Q2DjXRr8UDqESZF0rmK3pHCXS2fBhIzLE8tLVW5Heiba2pQRFMHMZW+KBE97FzcFh7is90Ait3T8enfcd/PWFPYoBejDAdjwxwOkezh5N5ZkYquEfDYuWrFi6zRFCktsruaAcA+xGtTf9oilBBzUqu8Ie+YFWH5me83xakcblJWdaW/D2rLJAJH3m6LFm8lBqyUgDX5t/etob6CpDuYHu5D1J3XINOj/+aLAcadq6qlh70PMZS3zYffUu3JlzaD2amlSHIT8b5YXFc=
file
:
-
release/*.tar.gz
-
release/*.zip
on
:
repo
:
cdr/code-server
branch
:
master
cache
:
yarn
:
true
timeout
:
1000
directories
:
-
.cache
Back
|
FazBrowse Home
|
New Git URL