-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Continuous integration to build binaries #9
Comments
Cool, I'll take a stab at it! I've done this before with Appveyor, but I prefer to try with Github Actions since it's now available; you seem ok with this plan. No ETA right now, but I'll have more time over the holiday break. I agree that |
For reference, here is a GitHub Actions script that builds binaries for win, linux and macos and uploads them as release assets: https://github.com/mlange-42/dirstat/blob/main/.github/workflows/release.yml Could also use a build matrix to reduce code repetitions. |
these days I am inclined not distribute binaries for Go projects. I would rather keep Let's see if there is enough traction for non Go community, then let's def add binaries! |
keeping issue open. will collect requests here! |
Would you accept a PR to do a CI build of native binaries in order to distribute it to those who don't have or want the
go
toolchain?( Super cool tool ! )
The text was updated successfully, but these errors were encountered: