srushti / goldberg

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

Added ability to run a custom command (instead of rake) #13

Closed gja closed 13 years ago

gja commented 13 years ago

Does this patch make sense to you? Not sure if goldberg is meant to stay ruby only.

I'm using it for a C++ project

srushti commented 13 years ago

It's definitely not meant to be ruby only. Ruby would be the easiest win, since goldberg itself is in ruby. Let me think about if we want to introduce this complexity just now. I'd rather you just wrote a rakefile which does a system call to any command you might want.