Thomas Thomas

Windows Docker Container for MSVC Builds with Conan in Gitlab

Let’s set up a Windows build using Microsoft Visual Studio Compiler and Conan in Gitlab. We’ll use Windows Docker Containers to run our builds with Gitlab Runner. This is a guide to get started with Windows Docker builds with a Gitlab Runner. Ultimately we store all Conan packages directly on the host to reduce the build time.

Read More