Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ci-19.sh - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ecaf1deee6c36b1473de894b3198d20ce159113a (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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 &&
CI=true bundle exec rake cruise