do not check benchmark program
This commit is contained in:
parent
25e107484e
commit
5f75677369
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ script:
|
|||
- make V=1
|
||||
- sudo make install
|
||||
- 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
|
||||
- if [ "x$VALGRIND" == xyes ]; then valgrind ./tests/.libs/check_* -v --trace-children=yes --show-leak-kinds=full --leak-check=full; fi
|
||||
|
||||
after_success:
|
||||
- if [ x$COVERALLS == xyes ]; then coveralls ; fi
|
||||
|
|
Loading…
Reference in a new issue