TeamCity and PHP

continuous-integration, phpunit, teamcity

Solution

To get the question answered:

Just use ant build scripts, and it'll work with TeamCity.

Problem

We are considering TeamCity for continuous integration but have projects in both Rails (Rake tests) and PHP (PHPUnit tests). I'm a bit new to CI - Has anyone setup TeamCity for PHP projects? If so, is it straight-forward? Thanks, Chad

Original source