Replies: 1 comment 1 reply
|
I'll take a look, this does not exists because I do not maintain any of both versions actively. For Android I usually fix the fix before eepp releases and it's working fine since I did fixes a week ago, but iOS is completely unmaintained and does not build at all. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
GitHub Actions supports CI/CD pipelines for Apple platforms (iOS, iPadOS, macOS, tvOS) using Xcode and Apple’s developer tools. Since there is already a build check for macOS, adding checks for the other Apple platforms will be straightforward. Adding a build check for Android is even easier.
This will help automatically spot build issues. Even though these platforms aren’t supported as first-class targets, you can still ensure that your code builds correctly on them.
All reactions