srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
243 stars 29 forks source link

Support bundler so that gems get automatically installed #4

Closed srushti closed 13 years ago

srushti commented 13 years ago

Check if there exists a Gemfile (and possibly a versioned Gemfile.lock) and if there are changes bundle install before running the build.

aakashd commented 13 years ago

Using bundle check || bundle install to sync gems with Gemfile