2
votes
1answer
245 views

LaTeX build server with git

I have a LaTeX project in git, there is a makefile. So basically a server would have to do this: git checkout master make > logfile 2>&1 Given that I push into a repo on the server. I ...