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 git pull & amp; & Amp; Make & amp; Amp; Test it This is probably more beautiful but I think this is not an ideal solution.

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".



Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -