File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
cd ~
11
11
12
- git clone --depth=1 -b " maint/v ${LIBGIT2_VERSION} " https://github.com/libgit2/libgit2.git
12
+ git clone --depth=1 -b " ${LIBGIT2_VERSION} " https://github.com/libgit2/libgit2.git
13
13
cd libgit2/
14
14
15
15
mkdir build && cd build
Original file line number Diff line number Diff line change 13
13
global :
14
14
LIBGIT2 : ~/libgit2/_install/
15
15
LD_LIBRARY_PATH : ${LIBGIT2}/lib:${LD_LIBRARY_PATH}
16
- LIBGIT2_VERSION : " 0.99 "
16
+ LIBGIT2_VERSION : " master "
17
17
18
18
19
19
jobs :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ build_script:
32
32
# Clone, build and install libgit2
33
33
- cmd : |
34
34
set LIBGIT2=%APPVEYOR_BUILD_FOLDER%\venv
35
- git clone --depth=1 -b maint/v0.99 https://github.com/libgit2/libgit2.git libgit2
35
+ git clone --depth=1 -b master https://github.com/libgit2/libgit2.git libgit2
36
36
cd libgit2
37
37
cmake . -DBUILD_CLAR=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="%LIBGIT2%" -G "%GENERATOR%"
38
38
cmake --build . --target install
You can’t perform that action at this time.
0 commit comments