Add a call to ldconfig in the travis script

This should help it find the library we just installed.
This commit is contained in:
Carlos Martín Nieto 2015-03-15 01:03:06 +01:00
parent 81d5cc0157
commit 063bed33a9
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ install:
- tar -xzvf libgit2-0.22.1.tar.gz
- cd libgit2-0.22.1 && mkdir build && cd build
- cmake -DTHREADSAFE=ON -DBUILD_CLAR=OFF -DCMAKE_C_FLAGS=-fPIC -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DCMAKE_INSTALL_PREFIX=/usr/local .. && make && sudo make install
- sudo ldconfig
- cd "${TRAVIS_BUILD_DIR}"
go: