azure-sdk-for-cpp
azure-sdk-for-cpp copied to clipboard
CI: Add Clang+Windows pipeline
We have a customer who is using Clang on Windows (#5123). We had a compilation error which we could've caught if we were compiling on Windows with anything but MSVC. For that reason, if there are problems with setting up Clang on Windows, setting up GCC instead could work for our purposes just as well.
This will allow us to catch the cases when we wrongly mixed "if (Windows)" with "if (MSVC)" and vice versa.