An XML build file for the Phing build system with tasks and configuration designed for Yii projects.
Based on phing-drupal-template.
- build runs init, clean, verify and analyze
- verify runs css-, js- and php-lint and check that there is no debug code laying around
- analyze runs phploc, phpmd and phpcpd
cd build
phing build #runs init, clean, verify and analyze