TeamCity is a user-friendly continuous integration (CI) server for professional developers, build engineers, and DevOps. It is trivial to setup and absolutely free for small teams and open source projects. | BuildBot is a system to automate the compile/test cycle required by most software projects to validate code changes. By automatically rebuilding and testing the tree each time something has changed, build problems are pinpointed quickly, before other developers are inconvenienced by the failure. |
Automate code analyzing, compiling, and testing processes, with having instant feedback on build progress, problems, and test failures, all in a simple,
intuitive web-interface;
Simplified setup: create projects from just a VCS repository URL;Run multiple builds and tests under different configurations and platforms simultaneously;
Make sure your team sustains an uninterrupted workflow with the help of Pretested commits and Personal builds;
Have build history insight with customizable statistics on build duration, success rate, code quality, and custom metrics;
Enable cost-effective on-demand build infrastructure scaling thanks to tight integration with Amazon EC2;
Easily extend TeamCity functionality and add new integrations using Java API;
Great visual project representation. Track any changes made by any user in the system, filter projects and choose style of visual change status representation; | run builds on a variety of slave platforms;arbitrary build process: handles projects using C, Python, whatever;minimal host requirements: Python and Twisted;slaves can be behind a firewall if they can still do checkout;status delivery through web page, email, IRC, other protocols;track builds in progress, provide estimated completion time;flexible configuration by subclassing generic build process classes;debug tools to force a new build, submit fake Changes, query slave status;released under the GPL |