Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Selecting a Build Server

Tags:

java

c++

c

c#

build

I'm planning to setup my own build server. I'm primary building C#, C/C++ and Java projects. I would also like my build server to run some external programs/scripts such as my unit tests, code static analysis and doxygen.

Suggestions?

like image 541
neurovelho Avatar asked Oct 28 '10 10:10

neurovelho


2 Answers

Use Hudson Continuous-Integration software.

like image 178
Svisstack Avatar answered Nov 06 '22 10:11

Svisstack


We're using JetBrains TeamCity. It's easy to configure, user friendly, has convenient plug-ins for notifications on build events, you can install multiple build workers, define any build engine (.net, java...), it can output artifacts, it can trigger automatically on check-in, it can execute any custom build script etc, etc... and most of all - it's free (for up to 20 configurations).

We've looked far and wide, and we found this to be the best...

like image 44
veljkoz Avatar answered Nov 06 '22 09:11

veljkoz