FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
atom/script/cibuild-atom-linux at master · mehcode/atom · GitHub
mehcode
/
atom
Public
forked from
atom/atom
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
atom
/
script
/
cibuild-atom-linux
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
16 lines (12 loc) · 511 Bytes
Breadcrumbs
atom
/
script
/
cibuild-atom-linux
Copy path
File metadata and controls
executable file
·
16 lines (12 loc) · 511 Bytes
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
#!
/bin/bash
set
-e
export
ATOM_ACCESS_TOKEN=
$BUILD_ATOM_LINUX_ACCESS_TOKEN
export
BUILD_ATOM_RELEASES_S3_KEY=
$BUILD_ATOM_LINUX_RELEASES_S3_KEY
export
BUILD_ATOM_RELEASES_S3_SECRET=
$BUILD_ATOM_LINUX_RELEASES_S3_SECRET
export
BUILD_ATOM_RELEASES_S3_BUCKET=
$BUILD_ATOM_LINUX_RELEASES_S3_BUCKET
if
[
-d
/usr/local/share/nodenv ]
;
then
export
NODENV_ROOT=/usr/local/share/nodenv
export
PATH=/usr/local/share/nodenv/bin:/usr/local/share/nodenv/shims:
$PATH
export
NODENV_VERSION=
"
v0.10.21
"
fi
script/cibuild
Back
|
FazBrowse Home
|
New Git URL