Tag: jenkins
Android Continuous Integration with ANT and Jenkins: Part 2
posted in Android, Blog and tagged android, jenkins by Ilya Ber.
In my recent post I wrote about how to build and run unit tests on Android project from command line. These were first steps to setup Continuous Integration for your project, and now I’ll show you how to automate a build with Jenkins. First of all, you’ll need Jenkins CI server installed on your build server (in BlackRiver, we are using Windows Server virtual box for Jenkins main server). Since we are going to build Android project on CI server, we’ll need … read more