Skip to content

Commit

Permalink
Install v23 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmn committed Aug 31, 2015
1 parent 337f25d commit 1ea9965
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script/install-libgit2.sh
Expand Up @@ -13,9 +13,9 @@ if [ "x$TRAVIS_BRANCH" = "xnext" ]; then
fi

cd "${HOME}"
wget -O libgit2-0.22.3.tar.gz https://github.com/libgit2/libgit2/archive/v0.22.1.tar.gz
tar -xzvf libgit2-0.22.3.tar.gz
cd libgit2-0.22.1 && mkdir build && cd build
wget -O libgit2-0.23.1.tar.gz https://github.com/libgit2/libgit2/archive/v0.23.1.tar.gz
tar -xzvf libgit2-0.23.1.tar.gz
cd libgit2-0.23.1 && mkdir build && cd build
cmake -DTHREADSAFE=ON -DBUILD_CLAR=OFF -DCMAKE_BUILD_TYPE="RelWithDebInfo" .. && make && sudo make install
sudo ldconfig
cd "${TRAVIS_BUILD_DIR}"

0 comments on commit 1ea9965

Please sign in to comment.