寻调用github API的轻量级CI
滿天的星座
滿天的星座 2017-05-02 09:22:38
0
1
827

如题所述,我在寻找一款轻量级的CI工具,只要能从github自动pull到代码并打包程序就OK

滿天的星座
滿天的星座

reply all(1)
过去多啦不再A梦

https://github.com/diggzhang/node-github-webhook

Use node + github webhook + shelljs to complete a simple mini CI that responds to push. Well, it’s not actually CI.
When a push operation occurs on the specified repo, the server triggers a git pull operation after receiving the webhook.
The key code is in ./route/index.js.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template