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

Compile for Android #210

Merged
merged 1 commit into from
Dec 7, 2024
Merged

Conversation

johankool
Copy link
Contributor

Compile with

OMIT_MACRO_TESTS=1 /Library/Developer/Toolchains/swift-6.0.2-RELEASE.xctoolchain/usr/bin/swift build --swift-sdk aarch64-unknown-linux-android24 --build-tests

Copy to Android device

Run with

./swift-case-pathsPackageTests.xctest

@stephencelis
Copy link
Member

@johankool Thanks for this! We'd love to ensure we don't break it in the future, though. Do you think it's possible to add Android CI to this repo and others that you help get compiling?

@johankool
Copy link
Contributor Author

@stephencelis I'll take a look what that would take with GitHub Actions. I suppose we could run the tests in an Android emulator.

@johankool johankool force-pushed the android-support branch 2 times, most recently from 741f8d7 to e4af4fa Compare December 7, 2024 12:49
@johankool
Copy link
Contributor Author

@stephencelis Got it working on CI for Android. Currently running the full CI workflow here.

@stephencelis stephencelis merged commit a1327f2 into pointfreeco:main Dec 7, 2024
8 checks passed
@stephencelis
Copy link
Member

Awesome, thanks!

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.

2 participants