August 2014
Intermediate to advanced
276 pages
6h 20m
English
After having covered CI for some major platforms and technical stacks, such as Python, Java, .NET, and Ruby in the previous chapters, in this chapter we will be looking at how TeamCity fares when it comes to mobile projects, specifically Android and iOS projects.
Also, we will be taking a look at some plugins for TeamCity and how they extend TeamCity to provide first-class support for even more platforms, such as Node.js.
TeamCity has no special support to build Android projects primarily because the tooling is very similar to other Java projects. Android projects generally use Maven or Gradle as the build tools, both of which were covered in Chapter 4, TeamCity for Java ...