Search

Search found 1 match

by ChaosNX
01 Oct 2021, 20:10
Forum: Game Development
Topic: GameTestServer
Replies: 2
Views: 3092

Re: GameTestServer

on your local server for testing you could put a git hook in to run your tests # on local server # create a path for bare repo's mkdir -p /home/<user>/gits/bare/ # Create a bare repo to push stuff into from local computer git init --bare /home/<user>/gits/bare/MOSAIC # make post-recieve file touch /...

Go to advanced search