Provide Linux/Mac/Windows binaries #57
Labels
good first issue
Good for newcomers
topic: build
Anything relating to the build system.
type: feature
New features and improvements to existing features
Milestone
To make Fornjot more accessible, and testing easier, we should compile executables for Linux, Mac, and Windows. Since we're already using GitHub Actions for the CI build, it makes sense to use it for this too. This should probably be a separate action that is triggered whenever a normal build on the
main
branch finished. It shouldn't block pull requests.In the past, I've used the Releases feature to host those binaries. I'd rather reserve Releases for real releases though (as to not confuse users with a million different release, when they click there), so either those binaries should be downloadable through GitHub Actions, or there should be a single nightly/in-progress/WIP release that gets overwritten every time. I don't know if either of those are possible.
Labeling this as
good first issue
, as this only requires knowledge of Cargo and GitHub, not really of anything Fornjot-specific.The text was updated successfully, but these errors were encountered: