The document discusses continuous integration (CI) for Android projects. It describes several popular CI systems and tools including Travis CI, Circle CI, and Jenkins. Travis CI and Circle CI are hosted services that integrate with GitHub, while Jenkins is open-source and requires self-hosting. The document provides configuration examples and discusses using these systems to run builds, tests and deployments automatically on each code change. It also covers continuous deployment options to distribute builds to test devices.
Related topics: