ogrep-rs
ogrep-rs copied to clipboard
publish binary releases
That would make this quick to download and use.
I have published ogrep-rs for homebrew to use on MacOS. I'm searching for ways to build and publish binary releases for other platforms. Which platform do you use?
I recently added binary releases to my project, and the templates provided in this repo were really helpful : https://github.com/japaric/trust
Travis uses Ubuntu as base image, the config installs cross for multi platform builds(Android, iOS, Linux, Windows, FreeBSD, NetBSD, etc), while AppVeyor uses Windows natively.
Windows builds on Travis-CI is a bit off, something seems to be missing or whatever in the docker image, but since AppVeyor covers Windows builds natively, I just skipped debugging it.
I use Linux on my desktop, but this is also useful for those that use (Mac and use) Linux as workstations.