vscode-cmake-tools icon indicating copy to clipboard operation
vscode-cmake-tools copied to clipboard

Speed up the Windows tests

Open bobbrow opened this issue 3 years ago • 0 comments

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

bobbrow avatar Jun 09 '22 21:06 bobbrow