github_integrations_test

所属分类:构建工具
开发工具:Ruby
文件大小:0KB
下载次数:0
上传日期:2018-09-27 13:09:42
上 传 者sh-1993
说明:  玩github webhooks
(Playing around with the github webhooks)

文件列表:
Dockerfile (122, 2018-09-27)
Gemfile (97, 2018-09-27)
Gemfile.lock (374, 2018-09-27)
app.rb (669, 2018-09-27)
build_container.sh (269, 2018-09-27)
config.ru (62, 2018-09-27)

# Super quick attempt at a build server So you want to build your fancy new docker container as part of CI, but whatever CI service you have does not give enough control, caching or cores to really make it work. At the same time, it is quite nice for the testing parts, so you don't want to get rid of it completely. One possible solution is to have a dedicated build server that will do the compute intensive parts with plenty of caching opportunities, while you keep the CI service for testing. The idea: - Using the Github GUI, set up a webhook that listens for any pushes to master. - Let the webhook trigger a user-definable (shell) script that does the actual building. - Optional: Use the Github API to send a response about the success of the build.

近期下载者

相关文件


收藏者