-
Notifications
You must be signed in to change notification settings - Fork 16
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
GitHub build action #127
Comments
No plans right now, but maybe I can put something together once the Android SDK bundle is out. |
@lorenalexm With the new SDK bundle creating your own action is super easy, take a look at https://github.com/theolampert/swift-android-build-action |
Here's one that uses this SDK and runs the tests in an emulator, based on how this project does it. |
As others have said, it is pretty easy to use the new SDK bundle and Android emulator to build and test packages now. I will look into automating that more in the swiftlang org, swiftlang/github-workflows#83, but I'm uninterested in adding yet another unofficial workflow for this. |
Was curious if there was a premade GitHub action that we could use in our repositories for building projects against this tooling?
I see that you already have CI setup for this project, and that that build script could be used as a base I am sure. Just didn’t want to try to reinvent the wheel if there was already something I could integrate or if something was in the works. Thanks!
The text was updated successfully, but these errors were encountered: