You might want to have a look at BuildBot, which is written in Python, but I've been using it for various Perl projects and find it very useful.
On Sun, 2010-04-18 at 08:22 -0700, Bill Moseley wrote: > I have a cron job that watches for changes to SVN, and when found the > cron script exports the code and runs the tests. The idea is to > notify developers if they check in code that causes testing to fail. > > I'd like to move away from using my custom scripts to a more generic > tool that will do automated testing for all our packaged Perl code, > not just the Catalyst apps. (Since the Catalyst app is just another > Perl distribution). Perhaps something similar to what cpan testers > use where email notifications are sent but also provide a web-based > history of testing. > > > Do you do anything similar? Anyone using Smolder and/or > SmokeRunner::Multi or other standard tools for their in-house code? > > > Thanks, > > -- > Bill Moseley > [email protected] > > _______________________________________________ > List: [email protected] > Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst > Searchable archive: http://www.mail-archive.com/[email protected]/ > Dev site: http://dev.catalyst.perl.org/ -- Kiffin Gish <[email protected]> Gouda, The Netherlands _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
