V
V
v- death2015-12-20 00:49:20
git
v- death, 2015-12-20 00:49:20

How to track changes in git?

Hello. I need to track changes in the git repository and, in case of a change, clone the source code from it into the sourse directory, then run the binary

cd /home/v-smerti/utils
./jsPackagesCompiler
(it compiles the source to machine code)
Thanks in advance for your help. I am more than sure that there are utilities that are capable of such functionality (the repository may be remote and require authorization with a login / password)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Skobkin, 2015-12-20
@vGrabko99

I think Git Hooks and a regular shell script will help you.
In general, it is better to use a CI server like Jenkins for assembly.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question