Merge branch 'master' of github.com:diaspora/diaspora
This commit is contained in:
commit
1fcf45dab9
1 changed files with 20 additions and 0 deletions
20
ci.sh
Executable file
20
ci.sh
Executable 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
|
||||
Loading…
Reference in a new issue