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: 88c6410239150d4875d9c5a478de7bf3dbd56b4b (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 &&
bundle exec rake cruise