qw3rtty / neix

neix - a RSS/Atom feed reader for your terminal.
GNU General Public License v3.0
200 stars 12 forks source link

[FEATURE] Use Github Actions in order to build binaries for different platforms #27

Open k0pernicus opened 2 years ago

k0pernicus commented 2 years ago

Is your feature request related to a problem? Please describe. It could be great to use Github Actions in order to build a neix binary for each platform like GNU/Linux, macOS, or Microsoft Windows.
This feature could enables automated unit tests when pushing changes on master (or other branches), and could facilitates the distribution of the software.

Describe the solution you'd like Just configure Github Actions to build the binary for the following plaforms: GNU/Linux distributions, macOS, Microsoft Windows, for different architectures like x86_64 or ARM.