-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add support for unix, webassembly and windows ports #13
Comments
Would love this, can you add a Windows build as well as that seems similar to the Unix and Webassembly builds |
I'd like to support Windows builds too, but that'll be a little more challenging since it won't work the same way with container builds. Still, may be possible... |
If it runs in GHA, it can run in a container, https://github.com/micropython/micropython/blob/master/tools%2Fci.sh#L722-L735 |
Oh yes, we can definitely cross-compile to Windows (using mingw) but can't easily support VS/msbuild on Windows itself. Sure, will add support for that. |
Mostly resolved with #30. Still need to add support for the containers for windows/webassembly builds. |
The unix and webassembly ports are different since they don't have boards. They do, however, have variants - but they're listed differently, as a
variants
folder.One way to handle this would be to use the port names as boards:
The text was updated successfully, but these errors were encountered: