<br><br><div class="gmail_quote">On Mon, Jul 18, 2011 at 1:11 PM, Gavin Hurlbut <span dir="ltr"><<a href="mailto:gjhurlbu@gmail.com">gjhurlbu@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="gmail_quote"><div class="im">On Mon, Jul 18, 2011 at 11:06 AM, Dan Littlejohn <span dir="ltr"><<a href="mailto:dan.littlejohn@gmail.com" target="_blank">dan.littlejohn@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div>With git you can add post processing to run a unit test. <br>
<br> .git/hooks/post-commit <br></div></div></blockquote><div><br></div></div><div>There is no access to this on Github that we are aware of. This could be an option later if/when the central repository is on a server under our direct control. Until then, not so much.</div>
</div>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br>The way I do it as part of the setup of cloning the repo. I add the hook to the post-commit to call all the unit tests that are included as part of the source. <br><br>It would have to be done per repo. Just a suggestion.<br>