-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support for GH CI. #43
base: release-1.0
Are you sure you want to change the base?
Conversation
This will become more useful when we have tests to gate our merge and when we have a beta which we could push new builds to TestFlight with. ALSO - This process may be slightly different for React Native... @BastianInuk can you see if this process would still fly with React Native? |
This one is made for React Native iOS, and can be modified for an Android version with relatice ease |
@BastianInuk okay sweet! So it seems like the main steps needed for this thing are:
Thoughts? |
I really like this as long as we can agree to:
1: tests are on you (and other people)
2: I'm beginning the Android process after
3: the tf process won't be done before at least before the weekend begind.
… On 20 Feb 2020, at 05.08, Alec Dilanchian ***@***.***> wrote:
@BastianInuk okay sweet! So it seems like the main steps needed for this thing are:
Get tests setup for this
Get an Android build process setup as well
Get TestFlight handled
Thoughts?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Yes I do not expect you to write any tests for this PR. Cool with the other two points as well. This is still a tad far off. Once we get closer we can actually get this implemented. |
What schemes are there? |
Thus far, thus good, now I just need a development profile: |
Build should still fail because lack of developer profile
I don't think we can get around fastlane :/
Hey I have not yet - but will follow up on this at some point this weekend. Thanks! |
Going to keep this on hold until we can utilize this is a proper way: |
@adilanchian I think you should set up the fastlane on your personal desktop, and hide away your creds in the GitHub secrets |
This CI is build to make automated TestFlight builds in the neat future.