How to specify git repository branch name in fastlane continuous integration

一曲冷凌霜 提交于 2019-12-12 03:57:05

问题


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.



来源:https://stackoverflow.com/questions/42954776/how-to-specify-git-repository-branch-name-in-fastlane-continuous-integration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!