-
Notifications
You must be signed in to change notification settings - Fork 8
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
Windows release #224
Comments
I will test with the next version of Capsule
|
You can just turn it on in GitHub CI and run tests there. I do it this at with golang projects. Makefiles run just fine on Mac, windows and Linux inside GitHub Workflows. I define a “test” makefile target and it runs off the build. So same makefile you use on your laptop runs in CI too . If you want an example I can point you to one of mine. |
You can even build pkg and msi installers this way. All from make file |
I need to test it on a real Windows computer because I think I am using specific linux/darwin features that do not exist on Windows |
fair enough - i guess CI is not enough to fix . like coding blind i guess. If you want help with what i mentioned just let me know. |
Is it possible to turn on Windows builds at https://github.com/bots-garden/capsule/blob/main/.github/workflows/release.yml#L15
Tinygo works on windows so should be ok:
https://tinygo.org/getting-started/install/windows/
The text was updated successfully, but these errors were encountered: