Skip to content
Snippets Groups Projects
Commit d98b5514 authored by Sarah Mei's avatar Sarah Mei
Browse files

Let's try something a little simpler.

parent 48c13d81
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ rm Gemfile.lock &&
source /usr/local/rvm/scripts/rvm &&
rvm use ruby-1.8.7-p249 &&
bundle install &&
bundle exec rake ci &&
bundle exec rake cruise &&
echo "" &&
echo "*************************************************************************************************" &&
echo "* ruby 1.9.2-p0 build *" &&
......@@ -18,4 +18,4 @@ rm Gemfile.lock &&
source /usr/local/rvm/scripts/rvm &&
rvm use ruby-1.9.2-p0 &&
bundle install &&
bundle exec rake ci
bundle exec rake cruise
require 'fileutils'
Project.configure do |project|
project.build_command = 'source /usr/local/rvm/scripts/rvm && rvm use ruby-1.8.7-p249@diaspora && rm -f Gemfile.lock && gem update --system && ruby lib/cruise/build.rb'
project.build_command = 'ci.sh'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment