Monodroid and CI-Servers
- by Tobias Schittkowski
I would like to automate my test and release process of my Monodroid app via Jenkins.
I found some infos for using Jenkins with "normal" Android projects:
https://jenkins-ci.org/content/getting-started-building-android-apps-hudson
http://androiddevresources.com/blog/2012/04/01/building-an-android-app-with-jenkins/
Has anyone experience on building a Monodroid app on Jenkins and running nunit tests?
Are there some ready-to-modify scripts?