iOS CI/CD Integration using Gitlab CI and Fastlane
This blog details about the process of setting up CI/CD pipeline for iOS mobile apps using Gitlab CI and fastlane. This would be hugely beneficial for developers who are currently using Gitlab as a code repository for their projects. Nevertheless, the steps detailed with fastlane can be used to collaborate with almost any CI/CD tool of your choice that is currently available in the market. Setting up Gitlab CI in Mac Installing Fastlane in Mac Why Gitlab CI/CD? One of the major benefits of using Gitlab CI/CD is that you are freed from the cumbersome process of creating workflows using a lot of third party plugins and tools. Why use some other third-party tools when you can play around with in-built tools which just a few clicks away from your source code repository. One caveat not to be concealed is that if you are a person who loves GUI and wary of command line, then this might be a little difficult for you. Gitlab CI/CD can...
Comments
Post a Comment