Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hagish on github.
  • I am hagish (https://keybase.io/hagish) on keybase.
  • I have a public key ASAnLBI0I7xcRqR6yNmtnKrviuOiQfesK-5OckjE3IuMlgo

To claim this, I am signing this object:

@hagish
hagish / README
Created May 11, 2014 18:28
running unity unit tests in jenkins
prerequisite
* jenkins on windows
* unity on windows
* YOUR_UNIT_PROJECT contains the unity project in the jenkins workspace
howto
* UNTIY: install Unity Test Tools https://www.assetstore.unity3d.com/#/content/13802
* UNITY: write some unit tests
* JENKINS: add build step "Execute windows batch command" with "run_tests.bat"
* JENKINS: add build set "Publish NUnit test result report" with "unity_unittests_results.xml"