Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Continuous Integration of Git on Windows [closed]

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!

like image 208
Duncan Avatar asked Jan 19 '10 23:01

Duncan


People also ask

Is git used for continuous integration?

Essential continuous integration toolsA source code management (SCM) system such as Git. A shared source code repository that serves as a single source of truth for all code.

Is GitLab a CI CD tool?

GitLab has CI/CD built right in, no plugins required.

What is difference between continuous deployment and continuous delivery?

Continuous deployment goes one step further than continuous delivery. With this practice, every change that passes all stages of your production pipeline is released to your customers. There's no human intervention, and only a failed test will prevent a new change to be deployed to production.

What is CI CD used for?

CI/CD is a method to frequently deliver apps to customers by introducing automation into the stages of app development. The main concepts attributed to CI/CD are continuous integration, continuous delivery, and continuous deployment.


1 Answers

TeamCity support Git natively now so I would recommend that.

like image 109
Can Gencer Avatar answered Oct 05 '22 09:10

Can Gencer