Search Unity

Daily Build

Discussion in 'Unity Build Automation' started by Antoine_OSG, Oct 11, 2019.

  1. Antoine_OSG

    Antoine_OSG

    Joined:
    Sep 2, 2016
    Posts:
    43
    Hello,
    I'd like to do daily builds of my Unity Project on UCB.
    I know there's an option to auto-build at each commit, but it's a bit overkill on my project as we have 10+ people working on it and dozens of commits a day.
    I there a way to get a build per day ? I was thinking about using Pre-Build Scripts, but that's not really a solution as I'd need to kick off a build before cancelling it on a condition I'd define in my script (that would result in loads of cancelled builds in my history, which is not ideal).
    An other solution might be to do this on the subversion side and have automatic daily merges on a branch that would be setup to auto-builld on Cloud Build, but I don't know if that's easily doable.

    Has anyone got an idea or has done something similar ?
     
    Last edited: Oct 11, 2019
  2. victorw

    victorw

    Joined:
    Sep 14, 2016
    Posts:
    459
  3. Antoine_OSG

    Antoine_OSG

    Joined:
    Sep 2, 2016
    Posts:
    43
    Thanks for the answer.
    I was actually hopping for something a bit more user friendly. I've tried to setup everything, but didn't manage to get it working.
    I might give it an other try later.