在CodeMagic中自动化颤动构建iOS
我正在从事一个扑朔迷离的项目,因为我没有Mac,所以我想从窗户上buid ipa。因此,我使用了CODEMAGIC,它可以很好地工作,但我的问题是我从网站手动进行操作,有一种方法可以使其自动化,例如在我的项目路线中添加文件codemagic.yaml
我这样做。这是我第一次使用CodeMagic任何帮助。
I'm working on a flutter project and I want to buid an IPA from my windows because I don't have a Mac. So I used codemagic and it works perfectly but my problem is that I did it manually from the website, is there a way to make it automatic like adding a file codemagic.yaml
in my project route, how can I do it. It's my first time using codemagic any help is highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的项目托管在GitHub上,则可以将其用作GitHub操作中的动作。这样,每次(例如)您的项目被合并到
main
分支机构时,都可以自动创建IPA文件,并进一步自动化部署过程。https://flutterci.com/
If your project is hosted on Github, you can use it as an action in Github Actions. This way, every time (for example) your project is merged to the
main
branch, it can automatically create the IPA file, and further automate the deployment process.https://flutterci.com/