登入選單
返回Google圖書搜尋
Android Continuous Integration Guides
其他書名
Ebook I: Building an Android project with Android library dependency in Jenkins
出版Diego Torres Milano, 2013-11-12
主題Computers / Programming / Mobile Devices
URLhttp://books.google.com.hk/books?id=3JISAgAAQBAJ&hl=&source=gbs_api
EBookSAMPLE
註釋

In this book we explore Continuous Integration in practice providing valuable information to start applying it soon to your Android projects.

Ant is used to automate the building process, git to create a simple version control system repository to store our source code and manage the changes, and finally installed and configured Jenkins as the Continuous Integration of choice. In this journey we detail the creation of projects and jobs for automating the creation of a sample application, TemperatureConverter, its dependency library LocalViewServer and its tests and we emphasized on the relationship between the projects. Finally, we analyze a way of getting XML results from Android tests and implemented this to obtain an attractive interface to monitor the running of tests, their results, and the existing trends using EMMA code coverage reports.