What is CI/CD

Our space is about mobile CI/CD but, let’s start with the basics in this article before going into the details of why mobile CI/CD is actually different than other CI/CD flows in our future articles. What is Continuous Integration? Continuous Integration (CI) is the building process for every code pushed to a repository automatically. This is of course a very simplified definition and CI contains a number of different components, which are like the building blocks that come together to become a workflow. A CI workflow may include operations like compiling the app, static code reviews and unit/UI testing with automated tools. There are a number of different tools for CI/CD, some of the most popular ones are Jenkins, Travis and CircleCI, but mobile CI/CD requires specialization and in our space, we will be talking more about mobile CI/CD tools like Appcircle and Bitrise…. Leggi tuttoWhat is CI/CD