all repos — markup @ 606dfa12397db75c61a4c7f971c91c49380af011

The code we use to render README.your_favorite_markup

script/cibuild (view raw)

 1#!/bin/bash
 2
 3set -e
 4
 5# GC customizations
 6export RUBY_GC_MALLOC_LIMIT=79000000
 7export RUBY_HEAP_MIN_SLOTS=800000
 8export RUBY_HEAP_FREE_MIN=100000
 9export RUBY_HEAP_SLOTS_INCREMENT=400000
10export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
11
12export PATH="/usr/share/rbenv/shims:$PATH"
13export RBENV_VERSION="1.9.3"
14
15# bootstrap gem environment changes
16echo "Bootstrapping gem environment ..."
17
18script/bootstrap --local
19
20rake