On Mon, Oct 17, 2011 at 8:54 PM, Platonides Platonides@gmail.com wrote:
How does it work? What is it good for? Can we eg. add a task to jenkins which runs php -l on all files?
It works like CruiseControl did (only nicer). It runs any sort of automated build/testing processes we can script up (using Ant).
I'd also like to run some weekly static analysis tools like phpmd and phploc.
I don't see the use for a php -l test. It'd be slow to run on the whole codebase (and I should just fix the pre-commit hook...again)
-Chad