Category: c#

  • Running Unity Tests with Jenkins

    Running Unity Tests with Jenkins

    Using Jenkins for the unity project is a great option to automate builds, run tests, gather reports and in my case I also use SonarQube to analyse my static code. I set jenkins up to do this previously, and then forgot how to do it so this article will hopefully benefit my future self when…