Blacksmoke16 / oq

A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
https://blacksmoke16.github.io/oq/
MIT License
190 stars 15 forks source link

Automatically build and release a binary to GitHub as part of CI pipeline #33

Closed Nowaker closed 4 years ago

Nowaker commented 4 years ago

Manual build and release of binary is prone to human errors. Please build and upload the binary to GitHub release directly from the Travis job. Thanks!

Blacksmoke16 commented 4 years ago

This'll be easier to do with https://github.com/crystal-lang/distribution-scripts/pull/29. Can use the official Alpine image to build the binary.

Blacksmoke16 commented 4 years ago

@Nowaker This is done, https://github.com/Blacksmoke16/oq/runs/437474259?check_suite_focus=true.