You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we now use compiled language #191, we need to ship binaries instead of source code.
To do that I'm planning to deploy resulting binaries to GitHub releases which can be either manually downloaded or installed through Homebrew/etc. Later we could also upload binaries to Bintray to have them there just in case.
As a reference example, this is how ripgrep does it:
@ming13 I'm thinking about deploying 3.0.0-alpha-1 so we could start preparing Homebrew formulae #32 , #185 and you could start dogfood using Rust version at Juno
So then later we could deploy update with #188 or #189 and check update mechanism
Since we now use compiled language #191, we need to ship binaries instead of source code.
To do that I'm planning to deploy resulting binaries to GitHub releases which can be either manually downloaded or installed through Homebrew/etc. Later we could also upload binaries to Bintray to have them there just in case.
As a reference example, this is how
ripgrep
does it:And Travis documentation about deploying to GitHub releases https://docs.travis-ci.com/user/deployment/releases/
The text was updated successfully, but these errors were encountered: