Add a call to ldconfig in the travis script
This should help it find the library we just installed.
This commit is contained in:
parent
81d5cc0157
commit
063bed33a9
|
@ -6,6 +6,7 @@ install:
|
||||||
- tar -xzvf libgit2-0.22.1.tar.gz
|
- tar -xzvf libgit2-0.22.1.tar.gz
|
||||||
- cd libgit2-0.22.1 && mkdir build && cd build
|
- 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
|
- 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}"
|
- cd "${TRAVIS_BUILD_DIR}"
|
||||||
|
|
||||||
go:
|
go:
|
||||||
|
|
Loading…
Reference in New Issue