-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Fastlane integration #693
Conversation
3d3ba08
to
5bc7990
Compare
build_wallet: | ||
fastlane build scheme:WalletApp | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will it build apps with the every CI check?
If so I think it's a little bit overhead for the resources and time. This check would make more sense to me when merging to master
i.e.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Our tests is running in parallel, so CI time depends on longes test case. Now it is Integration tests. I can switch off this case if it make sense for you
464a836
to
0491087
Compare
app_identifier: ENV["APP_IDENTIFIER"], | ||
username: options[:username], | ||
) | ||
increment_build_number( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sweet!
@flypaper0 I think we should test it with Infra pipeline before merging. |
0491087
to
7e46da3
Compare
Description
For TestFlight release:
Install fastlane:
make install_env
Setup environment
Match password I'll share. App specific password can be generated on apple.id website.
How Has This Been Tested?
Due Dilligence