FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
developer.github.com/script/cibuild at master · samuelmantou/developer.github.com · GitHub
samuelmantou
/
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
·
30 lines (25 loc) · 655 Bytes
Breadcrumbs
developer.github.com
/
script
/
cibuild
Copy path
File metadata and controls
executable file
·
30 lines (25 loc) · 655 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
#!
/bin/sh
#
Usage: script/cibuild
#
CI build script
#
set
-e
#
GC customizations
export
RUBY_GC_MALLOC_LIMIT=79000000
export
RUBY_HEAP_MIN_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=
"
1.9.3-p194
"
#
clean out the ruby environment
export
RUBYLIB=
export
RUBYOPT=
#
bootstrap gem environment changes
cd
"
$RACK_ROOT
"
echo
'
Bootstrapping gems...
'
script/bootstrap
echo
"
==> Running tests…
"
bundle
exec
rake
test
Back
|
FazBrowse Home
|
New Git URL