Continuous integration tool for Rails and PHP?

Most of the "multi-platform" CI tools I've seen are in the Java / .NET world, such as TeamCity or Hudson. Is there a continuous integration tool that can handle PHP and Rails projects?

+3
source share
5 answers

Hudson is written in Java and is definitely Java oriented, but it is flexible enough to be useful in most environments. I used it for .Net, raw C ++, Qt projects without problems. The general rule is that if it can be a script, Hudson can do it.

+1
source

CI , fazend.com. RoR, PHP. .

+1

Circle CI Rails PHP. , PHP Rails, .

Rails , PHP

Joel and I talked about this in the Stackoverflow podcast - check it out !

+1
source

CruiseControl with phpUnderControl works great together and processes PHP projects, but have not tried using it with Rails.

It can perform automated Uni tests, code analysis, and even automatic project deployment.

http://topecoders.blogspot.com/2010/04/how-to-install-cruisecontrol.html

0
source

Source: https://habr.com/ru/post/1741595/


All Articles