Jenkins, it’s pretty easy to get a Continuous Integration server set up with an Android project. But before you dive into setting up the software itself, it’s very helpful to have some basic concepts on a few different types of software that you will run into.
For those unaware, Continuous Integration is a way to improve your code by following the “fail fast” concept.
↧