Why You Should Have a Personal CI Server

https://c2.staticflickr.com/6/5506/11285592553_c96955ba62_b.jpg

As a developer, I rely on a CI server to take care of the day-to-day routine of building, testing and deploying software…so much so that I often find myself committing code after every new class or group of methods as a “fire and forget” signal to the CI server to go ahead and run my tests, check my code for style violations, and push a new version to the dev server. When I have finished my train of thought, I can jump into the CI server and either be greeted with a green tick or have a handy (and more importantly authoritative) list of issues to be addressed.

Read more: Why You Should Have a Personal CI Server

Story added 7. December 2016, content source with full text you can find at link above.