Auto build, deployment to hockey with Fastlane

断了今生、忘了曾经 提交于 2019-12-12 02:51:40

问题


I am studying about automatic build and deployment. I found out fastlane and trying to use for deployment to hockey.

https://github.com/fastlane/examples/blob/master/Artsy/eidolon/Fastfile https://github.com/fastlane/examples/blob/master/Wikipedia/Fastfile

But, I am not familiar with script.

If I have 2 configuration

1) Debug
2) Release

2 scheme

1) Touch - Development
2) Touch - Production

2 hockey key

52da9f2b3da50cf8b6d4aac15f06ae9b
ZXz1tdfaDLfb4hY8SagCfX4RJNMhJVsxET95sHf9

How shall I modify script? What command do I need to run after I modify? I have already done "fastlane init" though.

来源:https://stackoverflow.com/questions/36109998/auto-build-deployment-to-hockey-with-fastlane

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