-
Notifications
You must be signed in to change notification settings - Fork 150
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
Android support #437
Android support #437
Conversation
Hi Marc, I'd love to add support for Swift on Android. One ask please. Let's provide a more forward-looking bridge to better
Thank you! |
OK, I've implemented this and made the comment. My output of the duration is just the TimeInterval, because that is how the standard XCTest measure function outputs it. E.g.:
|
The lint failed on your variable name Thank you! |
…e that tripped up linting
Ahh, understood. Both should be addressed now. |
Alll checks pass! :) |
Apologies for missing that. Done in 8366191. |
This PR adds CI support for building and testing on Android using the swift-android-action. You can see a successful CI run at https://github.com/marcprux/Yams/actions
Everything build out of the box, but the
measure
function in PerformanceTests.swift needed to be disabled due to high emulator variance in tests (and the inability to configure the the maximum tolerated standard deviation on non-Darwin platforms; see swiftlang/swift-corelibs-xctest#506).