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

feat(android): create a circleci config #3

Merged
merged 2 commits into from
Aug 13, 2024
Merged

feat(android): create a circleci config #3

merged 2 commits into from
Aug 13, 2024

Conversation

beekhc
Copy link
Collaborator

@beekhc beekhc commented Aug 8, 2024

Which problem is this PR solving?

Sets up CircleCI integration for the Android SDK.

Short description of the changes

This is a standard Android CircleCI setup according to https://circleci.com/developer/orbs/orb/circleci/android

The only change I made was adding a trigger to make it run.

How to verify that this has the expected result

I don't know how to really test this other than to push it and see that the project/workflow shows up in CircleCI. Any other suggestions are appreciated. The circleci CLI says the config is "valid":

$ circleci config validate .circleci/config.yml
Config file at .circleci/config.yml is valid.

I tried to run it locally with the circleci cli, but apparently "machine" images aren't supported by the cli, and it couldn't download the image. I tried with a different image, but we'd have to do something hacky to start the emulator. So it's probably best to follow the recommended setup here.

@beekhc beekhc requested a review from a team August 8, 2024 18:15
@beekhc
Copy link
Collaborator Author

beekhc commented Aug 8, 2024

Please hold off on reviewing this. I am trying to run it with docker and having issues.

@beekhc
Copy link
Collaborator Author

beekhc commented Aug 9, 2024

Okay, this is ready for review.

Copy link

@arriIsHere arriIsHere left a comment

Choose a reason for hiding this comment

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

CI ran successfully and the yml makes sense so I am inclined to say this looks good.

@beekhc beekhc merged commit 3fa0d56 into main Aug 13, 2024
3 checks passed
@beekhc beekhc deleted the beeklimt.circleci branch August 13, 2024 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants