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

Add CI for android #1900

Merged
merged 3 commits into from
Aug 15, 2022
Merged

Add CI for android #1900

merged 3 commits into from
Aug 15, 2022

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Aug 10, 2022

This just runs cargo check on eframe for an Android target. It doesn't currently pass due to arboard intentionally not building on unsupported platforms. Not quite sure where that should be resolved.

@emilk
Copy link
Owner

emilk commented Aug 14, 2022

Let's add [target.'cfg(not(target_os = "android"))'.dependencies] before the arboard dependency in egui-winit/Cargo.toml

@Zoxc
Copy link
Contributor Author

Zoxc commented Aug 14, 2022

I did the arboard fix and added some fixes to eframe too.

@emilk
Copy link
Owner

emilk commented Aug 15, 2022

This is great; thank you!

@emilk emilk merged commit 48e7f21 into emilk:master Aug 15, 2022
@Zoxc Zoxc deleted the ci branch August 15, 2022 08:49
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.

None yet

2 participants