build - Can I configure git to run a command (on push)? -
I'm using hosted guit and I'm enjoying it very much.
I will run the unit when I push my GIT repo, then tests and I have to run this test on many different machines (which are on different platforms which I want to support ).
It would be very easy to install GIT repops as a server that I can push code, but I know there is no easy way to fire. & Amp; Examine when some are pushed into repo
The option that comes with me is to push on a repository (I can keep my hosted repo in such a way) and After that, my test server has a I would also like to report program output or at least one return value for my server so that I can tell whether the tests have failed or not. But it is beyond the scope of this question. You get a "post update hook". git pull & amp; & Amp; Make & amp; Amp; Test it This is probably more beautiful but I think this is not an ideal solution.
Comments
Post a Comment