Forgot to sudo.
This commit is contained in:
parent
08a127d30c
commit
a23c6c4875
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ install:
|
||||||
- if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi
|
- if [ "x$VALGRIND" == xyes ]; then sudo apt-get install valgrind; fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "/usr/local/lib/" >> /etc/ld.so.conf
|
- sudo echo "/usr/local/lib/" >> /etc/ld.so.conf
|
||||||
- ldconfig
|
- sudo ldconfig
|
||||||
script:
|
script:
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure $CONFIGURE_OPTION
|
- ./configure $CONFIGURE_OPTION
|
||||||
|
|
Loading…
Reference in a new issue