GitLab CI and Distributed Builds
From user, to advocate, to contributor: my GitLab journey

From user, to advocate, to contributor: my GitLab journey

11/13/2020 · Lee Tickett

What this post added

The post details the author's experience setting up GitLab CI for a .NET project, including the challenges faced with Windows runners and the eventual adoption of Docker images for build and test stages. It provides a sample `.gitlab-ci.yml` for .NET builds and tests, including configurations for OpenCover, NUnit, and Chrome headless for UI tests. The author also mentions contributing to the GitLab Triage project to automate workflows.

Read the original post ↗