On Mon, Jun 14, 2010 at 10:28 AM, Csaba Raduly <rcsaba_at_gmail.com> wrote:
> On Sat, Jun 12, 2010 at 6:07 AM, Les Mikesell wrote:
> > Kevin Wu wrote:
> >> I want that every time someone checks in his or her code, the sever can
> >> invoke some tests, which might run on another server.
> >
> > You might run some ssh command as a post-commit hook, but you would
> probably
> > be better off using something like hudson (http://hudson-ci.org/) which
> can
> > poll for changes and run jobs with a more complete cross-platform
> framework.
>
> Those using Trac (http://trac.edgewall.org/) might get Bitten
> (http://bitten.edgewall.org/)
> :)
> There's also CruiseControl, although it seems heavily Java-oriented.
>
I you want to test on different platforms, then buildbot could work for you.
It supports both polling and email triggered processes:
http://buildbot.net/
http://djmitche.github.com/buildbot/docs/0.8.0/SVNPoller.html#SVNPoller
http://djmitche.github.com/buildbot/docs/0.8.0/Mail_002dparsing-ChangeSources.html#Mail_002dparsing-ChangeSources
Received on 2010-06-14 13:08:22 CEST