v2ray / homebrew-v2ray

The homebrew tap for v2ray-core.
MIT License
436 stars 89 forks source link

自动触发Travis Build #1

Closed DarienRaymond closed 6 years ago

DarienRaymond commented 6 years ago

看起来这个tap已经可以由travis-ci来更新了。我可以在v2ray-core的repo中加一些东西来自动触发这个repo的build,大概有两种方式:

  1. 你使用一个类似ifttt的工具,接收webhook请求,然后触发一个新的travis build。然后我使用github提供的webhook机制来通知你。
  2. 我在release脚本中加一些内容,主动触发你的travis build。这种方式需要你提供travis的api token。

你觉得如何?

感谢你对Project V的支持和帮助。

Doublemine commented 6 years ago

@DarienRaymond 很高兴能够为Project V提供力所能及的帮助,目前这个travis的构建是daily模式的,如果可以的话我觉得将这个project transfer到v2ray organization中交给社区维护或许会更好,当然我也很乐意提供travis的api token.

DarienRaymond commented 6 years ago

我对homebrew不熟。它的配置文件,比如Formula/v2ray-core.rb是需要单独放一个repo的吗?还是随便放在一个repo的任意位置都可以?

Doublemine commented 6 years ago

repo的名字需要特别限定,但具体的配置文件貌似没有特别明显的限定,这个我没有测试过。。。

此外,很乐意加入org并提供力所能及的帮助。 DarienRaymond notifications@github.com于2018年3月2日 周五18:08写道:

我对homebrew不熟。它的配置文件,比如Formula/v2ray-core.rb是需要单独放一个repo的吗?还是随便放在一个repo的任意位置都可以?

另外如果transfer过来的话,你愿意加入v2ray org来继续维护这个repo吗?

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/Doublemine/homebrew-v2ray/issues/1#issuecomment-369879613, or mute the thread https://github.com/notifications/unsubscribe-auth/ALMHvTLt6hen7AMmuT8Sjtg811tFYRsFks5taRoYgaJpZM4SZo2V .

DarienRaymond commented 6 years ago

感谢。原先的travis项目应该已经失效了,稍微我会配置自动更新。