From cb9a3684450714945fd2d77a63d687237fdfff24 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Wed, 26 Feb 2014 15:48:26 -0300 Subject: Add configuration to help debug memory leaks --- scripts/travis.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/travis.sh (limited to 'scripts') diff --git a/scripts/travis.sh b/scripts/travis.sh new file mode 100755 index 0000000000..90e8082f86 --- /dev/null +++ b/scripts/travis.sh @@ -0,0 +1,7 @@ +#!/bin/sh -e + +export VALGRIND_CHECK=1 +make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" +make +make test > /dev/null 2>&1 +make install -- cgit