Auto-testing of GitHub pull requests

Jacob Carlborg doob at me.com
Tue Sep 24 04:01:39 PDT 2013


On 2013-09-24 12:25, Joseph Rushton Wakeling wrote:
> Hello all,
>
> GitHub very nicely ensures that all pull requests to dmd, druntime and
> phobos are sent to the auto-tester and that success/failure reports are
> sent back.
>
> But ... how is this done?  Is the auto-tester entirely custom written or
> does it use some standard tools?  And how is it hooked into GitHub?

It's custom. I would guess it either uses a git hook or it uses some API 
provided by Github.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list