CI creates gemset if it doesn't exist
CI 1.8.7 build uses REE
This commit is contained in:
parent
f7708fb9bf
commit
53dbff42ad
2 changed files with 3 additions and 3 deletions
2
ci-19.sh
2
ci-19.sh
|
|
@ -6,6 +6,6 @@ echo "**************************************************************************
|
|||
echo "" &&
|
||||
rm -f Gemfile.lock &&
|
||||
source /usr/local/rvm/scripts/rvm &&
|
||||
rvm use ruby-1.9.2-p0@diaspora &&
|
||||
rvm use ruby-1.9.2-p0@diaspora --create &&
|
||||
bundle install &&
|
||||
bundle exec rake cruise
|
||||
4
ci.sh
4
ci.sh
|
|
@ -1,11 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "*************************************************************************************************" &&
|
||||
echo "* ruby 1.8.7-p249 build *" &&
|
||||
echo "* ruby 1.8.7 REE build *" &&
|
||||
echo "*************************************************************************************************" &&
|
||||
echo "" &&
|
||||
rm -f Gemfile.lock &&
|
||||
source /usr/local/rvm/scripts/rvm &&
|
||||
rvm use ruby-1.8.7-p249@diaspora &&
|
||||
rvm use ree@diaspora --create &&
|
||||
bundle install &&
|
||||
bundle exec rake cruise
|
||||
|
|
|
|||
Loading…
Reference in a new issue