Making sure that the .so files are on the ldconfig path.
This commit is contained in:
parent
4e702e92fb
commit
08a127d30c
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ install:
|
||||||
- if [ "x$COVERALLS" == xyes ]; then sudo pip install cpp-coveralls; fi
|
- if [ "x$COVERALLS" == xyes ]; then sudo pip install cpp-coveralls; fi
|
||||||
- if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi
|
- if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- echo "/usr/local/lib/" >> /etc/ld.so.conf
|
||||||
|
- ldconfig
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure $CONFIGURE_OPTION
|
- ./configure $CONFIGURE_OPTION
|
||||||
|
|
Loading…
Reference in a new issue