-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Use GitHub Actions for CI #143
Conversation
@mrsarm Please review when you get a chance. Hopefully this will make it easier to release the permissions changes you're working on. I haven't solved publishing to Play Store, and I'm thinking about splitting that off as a separate issue because I'm not sure it's a good idea anyway, but this PR will unblock App Builders by publishing apks with the GH Release. |
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.
Nothing to add. Looks great!
Though I see in the build of this PR that GH is waiting for travis despite you did remove the travis configuration file, but I guess it is because there is some configuration in the repo that you will remove before the PR merge.
@mrsarm Thanks. I've merged this and changed the repo rules so it requires the GH build not the travis build. This means you'll have to rebase your branch to get it to trigger the GH build. Hopefully this speeds up your CI! |
Replace travis-ci integration with GitHub Actions.
#138
#129
#91