Merge branch 'master' of github.com:diaspora/diaspora

This commit is contained in:
Raphael 2010-10-12 10:55:30 -07:00
commit 1fcf45dab9

20
ci.sh Executable file
View file

@ -0,0 +1,20 @@
#!/bin/bash
echo "*************************************************************************************************" &&
echo "* ruby 1.8.7-p249 build *" &&
echo "*************************************************************************************************" &&
echo "" &&
source /usr/local/rvm/scripts/rvm &&
rvm use ruby-1.8.7-p249 &&
bundle install &&
bundle exec rake ci &&
echo "" &&
echo "*************************************************************************************************" &&
echo "* ruby 1.9.2-p0 build *" &&
echo "*************************************************************************************************" &&
echo "" &&
source /usr/local/rvm/scripts/rvm &&
rvm use ruby-1.9.2-p0 &&
bundle install &&
bundle exec rake ci &&
rm Gemfile.lock