matthewfeickert / R-in-Jupyter-with-Binder

Example of how to use R in Jupyter notebooks and make compatible with Binder
BSD 3-Clause "New" or "Revised" License
17 stars 6 forks source link

Add Binder build trigger in CI #15

Closed matthewfeickert closed 5 years ago

matthewfeickert commented 5 years ago

On the merge of PRs to the master branch trigger a build of the Binder for the repo by curl-ing the build API endpoint. Set a connection period and duration limit to curl so that it doesn't try to track the Binder build output for the entire duration.

c.f. https://unix.stackexchange.com/questions/94604/does-curl-have-a-timeout/94612