-
Notifications
You must be signed in to change notification settings - Fork 361
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
Use Github Actions to build J2V8 for macOS and Windows #479
Comments
@Cretezy please share your efforts mentioned in #477 (comment) regarding the macOS and Windows platforms on this issue. |
My question is if cross-compiling is possible from a Linux environment. If not, we could use Windows/Mac environments for building Update: Actions finally worked. Will start working on Windows/MacOS build |
Findings:
Vagrant builds seemed to be fully broken since it doesn't implement the Update:
|
Github Actions could potentially be used to build J2V8 for the macOS and Windows target platforms.
This is a description of the available build environments: https://help.github.com/en/articles/virtual-environments-for-github-actions#supported-virtual-environments-and-hardware-resources
Branch v8-7.4.288-build contains the basic setup to build for the Linux and Android target platforms.
This could serve as a starting point.
The text was updated successfully, but these errors were encountered: