Skip to content

quad: add valgrind to CI

bbartels requested to merge quad-valgrind-tests into master

Problem

Memory leaks are bad. Memory leaks not caught are even worse.

Solution

Prevent the addition of any memory leaks at the application layer, by running valgrind on the virtual quad during the continuous integration tests.

Merge request reports