Skip to content

Add debug STL build in CI

Dominik Thoennes requested to merge thoennes/debug-stl into master

By default, none of the Linux compilers use the debug STL. This MR introduces one job in the merge stage which uses the debug STL and a docker image where the third party libs are also built with the debug STL. The DebugSTLTest makes an out-of-bounds access which results in an exception and therefore the test should fail which is expected by ctest.

Merge request reports