Use verbose make
This commit is contained in:
parent
bd95ce9355
commit
291e6add6b
1 changed files with 2 additions and 2 deletions
|
@ -25,9 +25,9 @@ before_script:
|
|||
script:
|
||||
- ./autogen.sh
|
||||
- ./configure $CONFIGURE_OPTION
|
||||
- make
|
||||
- make V=1
|
||||
- sudo make install
|
||||
- if [ "x$VALGRIND" == xyes ]; then make check > /dev/null 2>&1; else make check; fi
|
||||
- if [ "x$VALGRIND" == xyes ]; then make check > /dev/null 2>&1; else make check V=1; fi
|
||||
- if [ "x$VALGRIND" == xyes ]; then valgrind ./tests/.libs/* -v --trace-children=yes --show-leak-kinds=full --leak-check=full; fi
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue