]> git.ozlabs.org Git - ccan/commit
.travis.yml: Add valgrind testing
authorDavid Gibson <david@gibson.dropbear.id.au>
Mon, 16 Jan 2017 23:37:15 +0000 (10:37 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 17 Jan 2017 02:19:15 +0000 (13:19 +1100)
commit0fd6bb104ac424b56326bd37de8b5057eb68243f
tree5b556df73c3b19934b2e42db6c9a75b2b6c4b015
parent870b63169c782ef0cc52687397e5b9a7125a61b0
.travis.yml: Add valgrind testing

Currently, our Travis builds don't have valgrind installed, meaning
that ccanlint's valgrind based tests will be skipped, which is
unfortunate.

This adds valgrind to some of the builds to give us better CI
coverage.  It's not added for Precise with gcc, because that causes
failures which appear to be due to something in the builtins of that
gcc version.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
.travis.yml