Hello everyone,
I’m looking for some ideas on continuous integration setups. I’m developing a rather large app and we need a way to run the unit tests, combine/compress the CSS files and combine and compress the JS files. Our app is written in PHP so I was looking at Phing, but I can’t tell if this can do what I need.
Have any of you guys done this sort of thing before and what tools would you recommend for this job?
Thanks
Joe