azure-sdk-for-cpp icon indicating copy to clipboard operation
azure-sdk-for-cpp copied to clipboard

CI: Add Clang+Windows pipeline

Open antkmsft opened this issue 2 years ago • 0 comments

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.

antkmsft avatar Nov 02 '23 22:11 antkmsft