The following steps are involved in setting up TeamCity:
- Preparing the build server: In order to build our mobile app on the build server, there is some software that needs to be installed on the build server, which will be used while building the application
- Creating the build script: A build script is basically a script containing a set of commands to perform various actions in the build process, such as compiling the application, building the APK, and then submitting it to the cloud for testing, as well as much more
- Installing TeamCity: Once we have the required tools installed on the CI server, TeamCity needs to be installed and configured for the project and its users to run build scripts
- Creating a ...