-
-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加 binary 分发功能 #143
Merged
Merged
添加 binary 分发功能 #143
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
我merge完代码,然后参考https://github.com/bchr02/node-pre-gyp-github 上传是吗 |
是的,您有时间先看下逻辑,不算复杂,我看 issue 中也有些类似需求的,主要用的还是 node-pre-gyp, node-pre-gyp-github 这个只是用来上传二进制包到 github 的 |
像 #136 和 #98 的 #98 (comment) |
期待更新版本~ |
所以这个功能目前需要依赖代码作者来发布release对么?但是我对这套流程不太熟悉并且最近太忙了。是否有别人可以通过pullrequest之类的更去中心化的协同方式来解决的么?
发自我的iPhone
… 在 2020年1月8日,16:45,Suen ***@***.***> 写道:
期待更新版本~
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
也可以使用travis-ci,对有tag的commit进行预编译,然后自动发布release |
sounds great. 我这周试试。
发自我的iPhone
… 在 2020年1月8日,17:03,Suen ***@***.***> 写道:
也可以使用travis-ci,对有tag的commit进行预编译,然后自动发布release
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
可以给一下使用travisci 发布release的仓库样例吗
发自我的iPhone
… 在 2020年1月8日,17:03,Suen ***@***.***> 写道:
也可以使用travis-ci,对有tag的commit进行预编译,然后自动发布release
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@sunzongzheng https://travis-ci.org/yanyiwu/nodejieba/jobs/635637382
|
哦我应该知道原因了,我试试。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
您好,由于某些原因,我希望这个项目可以使用 binary 分发包,这样在某些环境可以省去下载后编译的问题。需要合并一些代码,这些改动只保证了可以使用 node-pre-gyp,但是不同平台的二进制包还需要您根据 node-pre-gyp-github 的说明,手动上传
引入依赖
注意事项