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

APK Build on CI #55

Merged
merged 7 commits into from
Oct 18, 2024
Merged

APK Build on CI #55

merged 7 commits into from
Oct 18, 2024

Conversation

coaguila
Copy link
Contributor

APK Build on CI

Description

This PR introduces a new Github Actions Workflow to build an APK on each push on to origin/main. It closes issue #54.

Changes

None

Files

Added

  • .github/workflows/AndroidBuild.yml

Modified

Removed

Dependencies Added

Not applicable

Testing

Not applicable

@coaguila coaguila linked an issue Oct 18, 2024 that may be closed by this pull request
@coaguila coaguila self-assigned this Oct 18, 2024
Copy link
Contributor

@charliemangano charliemangano left a comment

Choose a reason for hiding this comment

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

LGTM! thanks a lot

Copy link
Contributor

@francelu francelu left a comment

Choose a reason for hiding this comment

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

LGTM.


on:
pull_request:
branches: [ master ]
Copy link
Contributor

Choose a reason for hiding this comment

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

main not master

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you are correct, thank you for your input 👍🏽

Copy link
Contributor

@francelu francelu left a comment

Choose a reason for hiding this comment

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

LGTM.

@coaguila coaguila merged commit 068a13c into main Oct 18, 2024
2 checks passed
@coaguila coaguila deleted the ci/apk-build branch October 18, 2024 07:05
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.

Add an APK build to the CI
3 participants