-
Notifications
You must be signed in to change notification settings - Fork 521
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
Fix part of #59: Adding Bazel build to CI checks [BLOCKED: #1634] #1688
Conversation
… stage1_bazel_utility
…-android into stage1_bazel_testing
…-android into introduce-bazel-roboelectric-testing
…-android into introduce-bazel-roboelectric-testing
….com/oppia/oppia-android into introduce-domain-bazel-build
…ia/oppia-android into traslate-binding-adapters-to-java
…ia/oppia-android into traslate-binding-adapters-to-java
This reverts commit 84037cb.
This reverts commit ce92d0a.
This reverts commit 88c9492.
This reverts commit d66af07.
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.
Thanks @miaboloix. LGTM!
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.
Actually, I found one issue. Per the checks tab, it seems the APK failed to upload:
No files were found with the provided path: $GITHUB_WORKSPACE/oppia.apk. No artifacts will be uploaded.
I suppose this one reference might need to be absolute instead of relative.
Co-authored-by: Ben Henning <henning.benmax@gmail.com>
Co-authored-by: Ben Henning <henning.benmax@gmail.com>
Co-authored-by: Ben Henning <henning.benmax@gmail.com>
LGTM from code perspective. Just waiting to see the upload get fixed |
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.
As mentioned, code LGTM so approved. Please only merge once you verify the APK is available in the list of artifacts.
… introduce-bazel-binary-build-ci
Explanation
Fix part of #59: Adding Bazel build to CI checks [BLOCKED: #1634]
This PR introduces a CI check that builds Oppia Android's apk with Bazel.
Please note that this PR is replacing this one.