This repository was archived by the owner on Jun 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
libgit2 - the Git linkable library
2
2
==================================
3
3
4
- [ ![ Build Status] ( https://secure.travis-ci.org/libgit2/libgit2.png?branch=development )] ( http://travis-ci.org/libgit2/libgit2 )
4
+ [ ![ Travis Build Status] ( https://secure.travis-ci.org/libgit2/libgit2.png?branch=master )] ( http://travis-ci.org/libgit2/libgit2 )
5
+ [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/gnjsdi9r48cfoveg/branch/master?svg=true )] ( https://ci.appveyor.com/project/nulltoken/libgit2/branch/master )
5
6
[ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/639/badge.svg )] ( https://scan.coverity.com/projects/639 )
6
7
7
8
` libgit2 ` is a portable, pure C implementation of the Git core methods
@@ -137,11 +138,11 @@ with full path to the toolchain):
137
138
138
139
SET(CMAKE_SYSTEM_NAME Linux)
139
140
SET(CMAKE_SYSTEM_VERSION Android)
140
-
141
+
141
142
SET(CMAKE_C_COMPILER {PATH}/bin/arm-linux-androideabi-gcc)
142
143
SET(CMAKE_CXX_COMPILER {PATH}/bin/arm-linux-androideabi-g++)
143
144
SET(CMAKE_FIND_ROOT_PATH {PATH}/sysroot/)
144
-
145
+
145
146
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
146
147
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
147
148
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
You can’t perform that action at this time.
0 commit comments