Closed yoalex5 closed 3 years ago
few questions to that you need to answer
What benefit are we thinking here to bring in this tool?
Hi @ppuviarasu ,
This question arose from OpenX's initiative about adding the rendering functionality to the Prebid SDK by migrating the codebase of internal SDK into the prebid. And we use Fastlane here to run all CI/CD pipelines.
Since SDK has rendering functionality it should be tested on real devices. And we have a bunch of smoke tests for running on real devices. So we use Fastlane to sign the AdHoc builds and upload them to the Firebase for manual QA testing.
The multi_scan is one more helpful feature that we use to improve the sustainability of PR tests. It allows rerunning failed tests.
Other features that make build scripts better are:
Right now we don't use Fastlane to push podspecs but we can do it using https://docs.fastlane.tools/actions/pod_push/
The push to cocoapods & slack the release sounds interesting...
Closing this issue. This feature will be introduced with the rendering module.
What do you think about Fastlane tools for delivering iOS and Android SDK? Fastlane GitHub page