cpp-terminal icon indicating copy to clipboard operation
cpp-terminal copied to clipboard

Add testing of multiple compilers

Open MCWertGaming opened this issue 3 years ago • 0 comments

We should extend our unit testing to cover more compliers. We should at least test:

gcc (linux)
clang (linux)
apple-clang (macos)
MSVC (Windows)
clang-cl (Windows)
MinGW (windows)

MCWertGaming avatar Dec 06 '21 20:12 MCWertGaming