CI/CD Pipeline Configuration Challenges In Android And IOS Development
CI/CD tools require YAML config files for automation checks & builds. Each tool has its own syntax & limitations, making it hard to write custom pipelines without trial-and-error method.
For the last several months, I have worked with different CI/CD tools. The main reasons to use it were automation checks, preparation and distribution builds. It was needed for Android and iOS (native or cross-platform). Every time, it requires writing several configuration YAML files, that hold different steps of your pipelines. Every approach requires its own syntax and has specific limitations. When you read the existing code base and pipelines, in general, you understand what happens in them for the first time. But when you try to write your own pipeline, you spend so much time. Because...