Thursday, 12 September 2013

ant: running phpcb after phpunit fails

ant: running phpcb after phpunit fails

In the recommended ant script for php, phpcb is given at the end since it
uses all log files made by phpcs, phpmd, phpunit, phpcpd etc. The issue is
my phpunit is not passing these days and phpcb wont run without all
previous processes are returning true and the build fails without phpcb.
So how to make phpcb run after all tools regardless of exit code?

No comments:

Post a Comment