问题
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