Add configuration to help debug memory leaks

This commit is contained in:
Thiago de Arruda
2014-02-26 15:48:26 -03:00
parent 8b94f34ced
commit cb9a368445
7 changed files with 24 additions and 10 deletions

View File

@@ -1,2 +1,2 @@
language: c
script: make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist" && make && make test > /dev/null 2>&1 && make install
script: ./scripts/travis.sh