diff options
| author | Carlos Martín Nieto <[email protected]> | 2015-03-15 01:03:06 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <[email protected]> | 2015-03-15 01:03:06 +0100 |
| commit | 063bed33a90e7d5b1ece1b6bd1aba04a69a78a28 (patch) | |
| tree | 1526ca890c6765c56cdbd8810f610c6df1ea60eb | |
| parent | 81d5cc0157d40e40987f570e362499ec0575cf95 (diff) | |
Add a call to ldconfig in the travis script
This should help it find the library we just installed.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f6dc304..e833a32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: |
