CI/CD

By CI/CD we denote automated processes for testing or producing products. A product can be a firmware, an application software, an embedded OS or a documentation. In order to process this process as efficiently as possible, we use build and development environments that are configured in a docker container or a virtual machine. We use the GitLab CI/CD feature to use these in the automated build process. This part of the wiki describes the process and summarizes common workflows.