iOS-与Jenkins / Fastlane的持续集成

djt*_*djt 2 continuous-integration ios jenkins fastlane

我正在AWS EC2上设置一个持续集成服务器,并希望将Fastlane集成到其中。根据Fastlane文档:

fastlane requires macOS or Linux with Ruby 2.0.0 or above

并且

Deploying from your own computer isn't cool. You know what's cool? Letting a remote server publish app updates for you. 链接

我的问题是,如果您的持续集成服务器是Linux机顶盒(肯定是这样),那么您如何在Linux机顶盒上为iOS应用程序进行远程构建(Fastlane似乎建议您这样做)。

小智 5

您不能将Linux机器用于iOS应用,因为您需要Xcode来构建它。

您可以使用在线ci服务器,例如https://travis-ci.org/https://www.bitrise.io/