Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 3b6a566

Browse files
committed
Merge pull request libgit2#2755 from libgit2/ntk/readme_appveyor_build
Minor Readme improvments
2 parents 0fae039 + a7e06cb commit 3b6a566

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
libgit2 - the Git linkable library
22
==================================
33

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)
56
[![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
67

78
`libgit2` is a portable, pure C implementation of the Git core methods
@@ -137,11 +138,11 @@ with full path to the toolchain):
137138

138139
SET(CMAKE_SYSTEM_NAME Linux)
139140
SET(CMAKE_SYSTEM_VERSION Android)
140-
141+
141142
SET(CMAKE_C_COMPILER {PATH}/bin/arm-linux-androideabi-gcc)
142143
SET(CMAKE_CXX_COMPILER {PATH}/bin/arm-linux-androideabi-g++)
143144
SET(CMAKE_FIND_ROOT_PATH {PATH}/sysroot/)
144-
145+
145146
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
146147
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
147148
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)

0 commit comments

Comments
 (0)