Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TeamCity and PHP

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

like image 832
Chad Avatar asked Aug 26 '09 09:08

Chad


1 Answers

To get the question answered:


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

like image 72
cweiske Avatar answered Sep 18 '22 15:09

cweiske