Jump to content
TrinityCore

grandmst20

Plebs
  • Posts

    1
  • Joined

  • Last visited

grandmst20's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. So I'm trying to do something and I'm sure there is a more effective way since I'm not very familiar with Git or CMake. I can compile my own binaries from sources, etc, but that's about the extent of my knowledge. I have about 10 different sources (git repos) that I use to compile binaries. Ultimately what I'm trying to do is pull all of these repos and update them, have CMake make new project files with the updated repos, and then build them and output into a directory structure like this: X:\Builds\repo 1\<git commit number> X:\Builds\repo 2\<git commit number> etc... Most of this I can do manually, with the exception of building to a new directory with the name being the git commit. I have the git pulls covered, I use a batch file to update all of the repos. But automating the process past this is beyond my knowledge. Can anyone help shed some light on what I'm trying to accomplish?
×
×
  • Create New...