summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2014-12-10 14:53:12 +0100
committerCarlos Martín Nieto <cmn@dwim.me>2014-12-10 14:53:12 +0100
commit3b6a566867b3a62aeeed8320f17f1d125e1fe0d2 (patch)
tree9a520bc0b49d5283a6636815a88869796c2d593d
parent0fae0391163c9c747e4b80976cf06dbf2917e479 (diff)
parenta7e06cb026ac3edb0e5c4bac980584e98235d2a8 (diff)
downloadlibgit2-3b6a566867b3a62aeeed8320f17f1d125e1fe0d2.tar.gz
Merge pull request #2755 from libgit2/ntk/readme_appveyor_build
Minor Readme improvments
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index f25bb12bb..ec74f23ea 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
libgit2 - the Git linkable library
==================================
-[![Build Status](https://secure.travis-ci.org/libgit2/libgit2.png?branch=development)](http://travis-ci.org/libgit2/libgit2)
+[![Travis Build Status](https://secure.travis-ci.org/libgit2/libgit2.png?branch=master)](http://travis-ci.org/libgit2/libgit2)
+[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/gnjsdi9r48cfoveg/branch/master?svg=true)](https://ci.appveyor.com/project/nulltoken/libgit2/branch/master)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
`libgit2` is a portable, pure C implementation of the Git core methods
@@ -137,11 +138,11 @@ with full path to the toolchain):
SET(CMAKE_SYSTEM_NAME Linux)
SET(CMAKE_SYSTEM_VERSION Android)
-
+
SET(CMAKE_C_COMPILER {PATH}/bin/arm-linux-androideabi-gcc)
SET(CMAKE_CXX_COMPILER {PATH}/bin/arm-linux-androideabi-g++)
SET(CMAKE_FIND_ROOT_PATH {PATH}/sysroot/)
-
+
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)