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

GitHub build action #127

Closed
lorenalexm opened this issue Jan 8, 2024 · 4 comments
Closed

GitHub build action #127

lorenalexm opened this issue Jan 8, 2024 · 4 comments

Comments

@lorenalexm
Copy link

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!

@finagolfin
Copy link
Owner

No plans right now, but maybe I can put something together once the Android SDK bundle is out.

@theolampert
Copy link
Contributor

@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

@johankool
Copy link

Here's one that uses this SDK and runs the tests in an emulator, based on how this project does it.

https://github.com/marketplace/actions/github-action-to-cross-compile-swift-for-android-and-test-on-emulator

@finagolfin
Copy link
Owner

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.

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

No branches or pull requests

4 participants