-
Notifications
You must be signed in to change notification settings - Fork 1.3k
replicate iOS release build process on Bitrise #2844
Comments
I attempted to implement the release build as a chain of workflows on Bitrise that also uploads artifacts to GitHub (#1349), but the resulting build blows way past our build timeout. We’ll need to reimplement it as independent workflows, ideally all triggered simultaneously whenever a new iOS release is tagged. |
We’ve been using a full-service deployment script for the past few releases. It runs locally, rather than on Bitrise, but it’s good enough for now. |
We’re going to be looking at automating the deployment process on CI this week. Initially, I think we’ll keep it more or less the same, but move the build/deploy step onto Bitrise. Goals will be to make this deployment process as reasonably automated as possible, while not tying it too closely to any particular CI platform. So, the deployment process will probably look something like:
Eventually we’d like to automate the docs updates, too, but that probably won’t be covered in the initial go. |
Done in #10170 — will be used onward from 3.7.0-beta.2. |
No description provided.
The text was updated successfully, but these errors were encountered: