vscode-cmake-tools
vscode-cmake-tools copied to clipboard
Speed up the Windows tests
Brief Issue Summary
The Windows CI tests take a lot longer than the linux/mac tests (about 4x). Part of this is because most tests use the Visual Studio generator on Windows. We should switch as many as possible to use Ninja instead or set CMAKE_CONFIGURATION_TYPES to Debug which should speed up the Visual Studio generator a little.
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
No response