Installed the compiled shared libraries globally.
This commit is contained in:
parent
d86f6dd12c
commit
4e702e92fb
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure $CONFIGURE_OPTION
|
- ./configure $CONFIGURE_OPTION
|
||||||
- make
|
- make
|
||||||
|
- 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; 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/* -v --trace-children=yes --show-leak-kinds=full --leak-check=full; fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue