Skip to content
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

Merged
merged 3 commits into from
Feb 2, 2023
Merged

[CI] Fastlane integration #693

merged 3 commits into from
Feb 2, 2023

Conversation

flypaper0
Copy link
Contributor

@flypaper0 flypaper0 commented Jan 27, 2023

Description

  • CI using Fastlane scripts from makefile
  • TestFlight release scripts

For TestFlight release:

  1. Install fastlane:
    make install_env

  2. Setup environment

echo 'export FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD={password}’ >> ~/.zshenv
echo 'export MATCH_PASSWORD={password}' >> ~/.zshenv

Match password I'll share. App specific password can be generated on apple.id website.

  1. Release
make release_showcase APPLE_ID={your apple id}
make release_walletapp APPLE_ID={your apple id}

How Has This Been Tested?

Due Dilligence

  • Breaking change
  • Requires a documentation update

@flypaper0 flypaper0 changed the base branch from main to develop January 27, 2023 13:26
@arein arein added the accepted label Jan 27, 2023
build_wallet:
fastlane build scheme:WalletApp

Copy link
Contributor

@alexander-lsvk alexander-lsvk Jan 27, 2023

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.

Copy link
Contributor Author

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

@flypaper0 flypaper0 marked this pull request as ready for review January 30, 2023 08:10
@flypaper0 flypaper0 marked this pull request as draft January 30, 2023 08:31
@flypaper0 flypaper0 marked this pull request as ready for review January 30, 2023 08:53
app_identifier: ENV["APP_IDENTIFIER"],
username: options[:username],
)
increment_build_number(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

Copy link
Contributor

@llbartekll llbartekll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sweet!

@llbartekll
Copy link
Contributor

@flypaper0 I think we should test it with Infra pipeline before merging.

@flypaper0 flypaper0 merged commit 898744a into develop Feb 2, 2023
@flypaper0 flypaper0 deleted the feature/ci-fastlane branch February 2, 2023 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants