Continuous Integration of Git on Windows

Posted by Duncan on Stack Overflow See other posts from Stack Overflow or by Duncan
Published on 2010-01-19T23:02:09Z Indexed on 2010/05/11 6:44 UTC
Read the original article Hit count: 199

Hey All,

assuming I'm running a small shop (3 devs) and using a Windows 7 machine as a centralised Git and IIS server what is the easiest way to get CI up and running?

This must be locally hosted CI (no github, no remote servers).

I'm doing C# .Net development with Visual Studio 2008.

Any help on getting this running with the minimum of effort and the nicest possible UI would be extremely helpful.

Thanks!

© Stack Overflow or respective owner

Related posts about continuous-integration

Related posts about .NET