On Sat, Feb 21, 2009 at 12:32 PM, Alexey Verkhovsky <[email protected]> wrote: > On Sat, Feb 21, 2009 at 10:35 AM, Sebastian Nowak > <[email protected]> wrote: >> >> Hello, >> I wonder if there is possible to do something like this: >> - on every commit CC execute rake test >> - once a day CC execute rake test:coverage > > This sounds like a piece of logic that you can easily implement within the > Rake build. > > The idea with CC.rb is that it doesn't provide unusual fancy features - if > you need them, you either put it in the build or hack the tool itself. It's > rather simple, and written in an interpreted language. Therefore, easy to > hack.
I looked at the source briefly. You'd have to make a custom trigger that ran only periodically, I think? Does anyone have code to do this? I think Jeremy mentioned it once... _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
