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
measurefunction 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).