I am creating a continuous integration system with Hudson , and it is just awesome. I got the SVN repository and integrated the hook after commit, which notifies Hudson when someone commits the repository. This part works great.
The general idea is that if the project does not work, with unit tests or something else, it should inform the employee (I use a simple atm mail notifier). But if that succeeds, I want him to compile the project and build an unsigned file or a signed .apk .
What is the easiest or smartest way to do this? I read that you can use the Shell Command to create .apk , but I canβt understand how this works? Can someone tell me how can I do this, or should I go for another solution?
Thanks in advance
Finn Larsen
source share