Gavin wrote:
Do you think log4php could utilise buildbot for running some tests ?

http://ci.apache.org/buildbot.html
Yes, it can, but I would prefer phpUnderControl [1] which gives us much more tools. I would like to see all the graphs with current code coverage, test reports, latest api docs, use PHP_CodeSniffer to watch after our coding standard etc.
If so, let me know what commands you want using for the tests you want and
I'll set it up.

In order to just run unit tests read up on this thread:
http://www.nabble.com/Call-for-help%3A-Improving-our-unit-test-suite-tt23315889.html#a23315889

If you have Xdebug installed you'll have a code coverage report available in target/test/report/index.html

I can set up other things as well, but I don't know the possibilities in Buildbot. Only used CruiseControl with phpUnderControl.

Knut

[1] http://phpundercontrol.org
  • Buildbot Gavin
    • Re: Buildbot Knut Urdalen

Reply via email to