Merge branch 'master' into csv-disk-index

This commit is contained in:
artemp 2015-09-24 17:38:39 +01:00
commit fa3ab5077e
2 changed files with 9 additions and 7 deletions

View file

@ -31,12 +31,12 @@ matrix:
- os: linux
compiler: gcc
env: JOBS=6
#- os: osx
# compiler: clang
# env: JOBS=8 MASON_PUBLISH=true
#- os: osx
# compiler: clang
# env: JOBS=8 COVERAGE=true
- os: osx
compiler: clang
env: JOBS=8 MASON_PUBLISH=true
- os: osx
compiler: clang
env: JOBS=8 COVERAGE=true
before_install:
- export COVERAGE=${COVERAGE:-false}

View file

@ -8,7 +8,9 @@ _/ _/ _/_/_/ _/_/_/ _/ _/ _/ _/ _/
_/
```
[![Build Status](https://secure.travis-ci.org/mapnik/mapnik.png)](http://travis-ci.org/mapnik/mapnik)
[![Build Status Linux](https://secure.travis-ci.org/mapnik/mapnik.png)](http://travis-ci.org/mapnik/mapnik)
[![Build status Windows](https://ci.appveyor.com/api/projects/status/hc9l7okdjtucfqqn?svg=true)](https://ci.appveyor.com/project/Mapbox/mapnik)
[![Coverage Status](https://coveralls.io/repos/mapnik/mapnik/badge.svg?branch=master&service=github)](https://coveralls.io/github/mapnik/mapnik?branch=master)
Mapnik is an open source toolkit for developing mapping applications. At the core is a C++ shared library providing algorithms and patterns for spatial data access and visualization.