-
Notifications
You must be signed in to change notification settings - Fork 14
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
Automated builds #24
Comments
0.1.99 will be out this week and will include a Linux build. You're right though, it really should be automated. I'll try to look into it soon. Definitely feel free to submit a PR with what you have, even if it doesn't work. |
Just FYI, but the build is still somewhat broken. Enu depends on nim-lang/Nim#19182, which isn't part of a stable nim version yet. I think it should be possible to build with vanilla 1.6.4, but it will need the changes to |
You can now download a CI build for macOS, Windows, and Linux at https://github.com/dsrw/enu/actions. I haven't actually tried the Linux build unfortunately, but I think it should work. |
It seems that there isn't a latest linux build for 0.1.98. On my machine it still takes a long time to compile, which is unfortunate. This could be solved by adding a github actions yml file to automatically build and/or release builds upon pushing new commits. The nice thing about using github actions is that its reliable and you can create windows, macos and linux builds automatically without needing to own the hardware.
I was experimenting with this in my fork, however I haven't managed to get it to work yet.
The text was updated successfully, but these errors were encountered: