-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Build maui.aar on CI #8943
Build maui.aar on CI #8943
Conversation
Why is this ? can we add some more documentation here? |
I see CI is failing because it needs a newer Java:
|
what are we missing here @mattleibow ? |
Figuring out where the android sdk is I think... The build was failing last with not being found... Or maybe it was Java 11. I wonder if we can maybe set an envvar of ANDROID_SDK_ROOT to the Android sdk path |
Description of Change
Make sure to build the maui.aar binary on CI.
The current behaviour is that the aar needs to be built locally and then checked in. This means there is no way to know what is in the aar and potential for all sorts of issues. Building this part on CI make sure the code in the repo is what is shipped.