I am going to use fastlane for continuous integration for our iOS project (Xcode). We want to build the app from different branches of our git remote repository. How can I specify the branch name for build the app?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
This depends on your CI system, as you usually don't want to switch branches yourselves after the CI system checked out the source code.