akavel / up

Ultimate Plumber is a tool for writing Linux pipes with instant live preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github: upload a darwin binary (tests succeeded)

josue opened this issue · comments

Environment:

  • macOS High Sierra (v10.13.6) - Darwin 17.7.0
  • Go 1.11.1

Download & Compile

go get -u github.com/akavel/up

Test

man man |& up

Output

up test output

commented

Can confirm this also works for me with an identical environment to @josue

Mojave with go 1.10.1 👍

Thanks a lot! I'll rephrase it to an action item for me then, to try and provide a binary for MacOSX. The #10 is a related issue where ideas on how to test future releases can be discussed.

Just thought I might mention GoReleaser as a nice tool to automate build Github releases for go projects. https://goreleaser.com/ It can take care of building for multiple platforms and uploading all of the releases to Github for you. Furthermore, it can be automated to do the building/uploading from CI when; for example, a tag is pushed.

Done, thanks for the heads-up! :) I totally hope to try using the GoReleaser app in future; for now it was easier to just do it by hand! :)