From ba94c62aec3e3bf2b409a7ad81ef42c7ef9116e3 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Thu, 22 Nov 2018 01:01:46 +0300 Subject: [PATCH] Travis CI: Test with FIND_LEAK --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 73f6cc22..695a5a35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -152,6 +152,11 @@ matrix: env: - CFLAGS_EXTRA="-D TEST_MANUAL_VDB" - CONF_OPTIONS="--enable-gc-assertions --disable-munmap" + - os: linux + compiler: gcc + env: + - CFLAGS_EXTRA="-D FIND_LEAK -D SKIP_LEAKED_OBJECTS_PRINTING" + - CONF_OPTIONS="--enable-gc-assertions --enable-cplusplus" - os: linux compiler: gcc env: -- 2.40.0