richelbilderbeek / djog_unos_2018

Project by the Uno's at DJOG 2018-2019: Nature Zen
GNU General Public License v3.0
6 stars 2 forks source link

Add valgrind to Travis file #517

Closed richelbilderbeek closed 5 years ago

richelbilderbeek commented 5 years ago

Is your feature request related to a problem? Please describe.

Sometimes Nature Zen runs with a memory allocation failure. This is clearly an error, but it is irreproducible, as this is OS dependent. We need a means to detect this earlier and always.

Describe the solution you'd like

Add valgrind to the .travis.yml.

Describe alternatives you've considered

None.

Additional context

None.

richelbilderbeek commented 5 years ago

Added!