ogrep-rs icon indicating copy to clipboard operation
ogrep-rs copied to clipboard

publish binary releases

Open gregwebs opened this issue 7 years ago • 3 comments
trafficstars

That would make this quick to download and use.

gregwebs avatar Apr 02 '18 14:04 gregwebs

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?

kriomant avatar Apr 06 '18 11:04 kriomant

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.

darrenldl avatar Apr 06 '18 11:04 darrenldl

I use Linux on my desktop, but this is also useful for those that use (Mac and use) Linux as workstations.

gregwebs avatar Apr 08 '18 15:04 gregwebs