diaspora/ci.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
482 B
Bash
Executable file

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