diaspora/ci-19.sh
Sarah Mei 53dbff42ad CI creates gemset if it doesn't exist
CI 1.8.7 build uses REE
2010-10-29 19:08:47 -07:00

11 lines
No EOL
491 B
Bash
Executable file

#!/bin/bash
echo "*************************************************************************************************" &&
echo "* ruby 1.9.2-p0 build *" &&
echo "*************************************************************************************************" &&
echo "" &&
rm -f Gemfile.lock &&
source /usr/local/rvm/scripts/rvm &&
rvm use ruby-1.9.2-p0@diaspora --create &&
bundle install &&
bundle exec rake cruise