no more cruise, no more need for ci.sh's [ci skip]

This commit is contained in:
Jonne Haß 2012-01-17 11:03:32 +01:00
parent 4b960a0061
commit 76cfad0675
2 changed files with 0 additions and 32 deletions

View file

@ -1,12 +0,0 @@
#!/bin/bash
echo "*********************************************************************************" &&
echo "* ruby 1.9.2-p0 build *" &&
echo "* Runs tests we can't run on travis because their VMs are a bit puny. *" &&
echo "*********************************************************************************" &&
echo "" &&
rm -f Gemfile.lock &&
source /usr/local/rvm/scripts/rvm &&
rvm use ruby-1.9.2-p0@diaspora --create &&
bundle install &&
CI=true bundle exec rake ci:hard_things

20
ci.sh
View file

@ -1,20 +0,0 @@
#!/bin/bash
echo "*********************************************************************************" &&
echo "* ruby 1.8.7 REE build *" &&
echo "* Runs tests we can't run on travis because their VMs are a bit puny. *" &&
echo "*********************************************************************************" &&
echo "" &&
rm -f Gemfile.lock &&
source /usr/local/rvm/scripts/rvm &&
rvm use ree@diaspora --create &&
export RUBY_HEAP_MIN_SLOTS=1000000 &&
export RUBY_HEAP_SLOTS_INCREMENT=1000000 &&
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1 &&
export RUBY_GC_MALLOC_LIMIT=1000000000 &&
export RUBY_HEAP_FREE_MIN=500000 &&
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02@diaspora/cache &&
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02@global/cache &&
rm -rf /usr/local/rvm/gems/ree-1.8.7-2010.02/cache &&
bundle install &&
CI=true bundle exec rake ci:hard_things