Add --with-malloc to travis config
This commit is contained in:
parent
dc24b7cb97
commit
c1abe926bf
1 changed files with 2 additions and 2 deletions
|
@ -6,9 +6,9 @@ compiler:
|
|||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
env: CONFIGURE_OPTION='--enable-debug' COVERALLS=yes VALGRIND=no
|
||||
env: CONFIGURE_OPTION='--enable-debug --with-malloc=jemalloc' COVERALLS=yes VALGRIND=no
|
||||
- compiler: gcc
|
||||
env: CONFIGURE_OPTION='--enable-debug' COVERALLS=yes VALGRIND=yes LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
|
||||
env: CONFIGURE_OPTION='--enable-debug --with-malloc=jemalloc' COVERALLS=yes VALGRIND=yes LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
|
|
Loading…
Reference in a new issue