Member-only story
Complete guide to set up robust Android CI/CD environment
From this article you will learn:
- How to set up complete Android CI/CD environment
- How to set up GitLab runners that execute GitLab pipelines on a computer
- How to create GitLab CI/CD for an Angular project
- How to boost performance with a private image
- How to create own Angular Docker Image
- How to upload it to a Nexus registry
- How to configure GitLab to use own Docker Image
Lets move on!
Setting up GitLab CI/CD and GitLab Runner
First, we will create GitLab runner. They are used to execute GitLab pipelines on a computer. When a developer will push code to the repository, GitLab will send information to GitLab Runner on a computer to execute pipeline. So, you have to have a computer with GitLab Runner installed and configured to CI/CD to happen.
Creating GitLab account and fetching GitLab Runner registration token
So let’s start setting up GitLab CI/CD:
Create GitLab account. Create a group. Go Settings -> CI/CD. Expand Runners. Copy registration token.