FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
developer.github.com/script/cibuild at master · wskplho/developer.github.com · GitHub
wskplho
/
developer.github.com
Public
forked from
github/developer.github.com
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
developer.github.com
/
script
/
cibuild
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
39 lines (32 loc) · 924 Bytes
Breadcrumbs
developer.github.com
/
script
/
cibuild
Copy path
File metadata and controls
executable file
·
39 lines (32 loc) · 924 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
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#!
/bin/sh
#
Usage: script/cibuild
#
CI build script
#
set
-e
#
GC customizations
export
RUBY_GC_MALLOC_LIMIT=79000000
export
RUBY_GC_HEAP_INIT_SLOTS=800000
export
RUBY_HEAP_FREE_MIN=100000
export
RUBY_HEAP_SLOTS_INCREMENT=400000
export
RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export
PATH=
"
/usr/share/rbenv/shims:
$PATH
"
export
RACK_ROOT=
$(
cd
"
$(
dirname
$0
)
"
/..
&&
pwd
)
export
RACK_ENV=
"
test
"
export
RAILS_ENV=
"
test
"
export
RBENV_VERSION=
"
2.2.3
"
#
clean out the ruby environment
export
RUBYLIB=
export
RUBYOPT=
export
CI=
"
true
"
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
"
export
NPM_VERSION=
"
2.8.3
"
fi
echo
"
==> Fetching config...
"
echo
"
NodeJS version:
${NODENV_VERSION}
"
echo
"
NPM version:
${NPM_VERSION}
"
echo
"
PATH:
${PATH}
"
echo
"
"
script/test
Back
|
FazBrowse Home
|
New Git URL