Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Light-weight Continuous Integration Server for .NET

I want to set up a CI server for a personal project I'm doing with some colleagues as a learning exercise.

I've a virtual server we can use for the CI server but its rather low on resources (CPU/RAM and HDD).

Which .NET CI solution has the smallest footprint (I'm thinking Hudson)? I've seen plenty of threads comparing them, but nothing really on the resource usage.

like image 888
big_tommy_7bb Avatar asked Feb 26 '26 17:02

big_tommy_7bb


1 Answers

I will confirm your statement for using Hudson. It is very easy to configure and use, it will take no more than an hour to have it up and running. For more serious projects (again open source) i will go with CruiseControl.NET. One constraint of using Hudson as CI is the small number of plug-ins that are available for .NET code. But. the major ones are there. Go with it.

like image 58
ZokiManas Avatar answered Feb 28 '26 08:02

ZokiManas