Update Travis builds of yaml-cpp and libgit2.

This commit is contained in:
Oliver Hamlet
2015-03-31 12:47:04 +01:00
parent 4fed533df2
commit 6e1bed6493
+4 -3
View File
@@ -23,13 +23,14 @@ install:
# Build yaml-cpp
- git clone https://github.com/WrinklyNinja/yaml-cpp yaml-cpp
- mkdir yaml-cpp/build && cd yaml-cpp/build
- git checkout patched-for-loot
- cmake ..
- make yaml-cpp
- cd ../../
# Build libgit2
- wget https://github.com/libgit2/libgit2/archive/v0.22.1.tar.gz
- tar -xf v0.22.1.tar.gz
- mv libgit2-0.22.1 libgit2
- wget https://github.com/libgit2/libgit2/archive/v0.22.2.tar.gz
- tar -xf v0.22.2.tar.gz
- mv libgit2-0.22.2 libgit2
- mkdir libgit2/build && cd libgit2/build
- cmake ..
- make git2