You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer working on OUDS iOS
I want a solution which will make me able to build app from a working branch (feature, fix, etc)
So that I can send some alpha version of the app with only the feature or fix to test
As a reviewer (from design, a11y, Q/A teams)
I want a version of the app with only few minimal changes
So that I can check the features with as many app as features to test
Details
Use internal CI/CD solution to build the sources for dedicated branch
Define some specific bundle ID for such alpha app?
Set up to multiple alpha release for the app (keeping here any builds)
The aim of this commit is to provide an alpha version of the application, built using sources of a specific branch, so as to test few features for validation people.
The CI/CD chain is today based on GitLab CI with our internal runners.
This commit brings:
- update of documentation (both for dev team and release process)
- Fastlane lanes and features to allow builds and uploads
- Xcode configuration to be compliant with TestFlight and to use and display builds metadata
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
User story
As a developer working on OUDS iOS
I want a solution which will make me able to build app from a working branch (feature, fix, etc)
So that I can send some alpha version of the app with only the feature or fix to test
As a reviewer (from design, a11y, Q/A teams)
I want a version of the app with only few minimal changes
So that I can check the features with as many app as features to test
Details
Related to #12 #43
The text was updated successfully, but these errors were encountered: