From fcbee35104c369fbcc539f90b435d6d768070f2d Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 23 Nov 2016 16:47:01 +0530 Subject: Add pypi status to README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 273398f..3770569 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ MesonĀ® is a project to create the best possible next-generation build system. -####Build status +#### Status -[![Build Status](https://travis-ci.org/mesonbuild/meson.svg?branch=master)](https://travis-ci.org/mesonbuild/meson) [![Build status](https://ci.appveyor.com/api/projects/status/l5c8v71ninew2i3p?svg=true)](https://ci.appveyor.com/project/jpakkane/meson) +[![PyPI](https://img.shields.io/pypi/v/meson.svg)](https://pypi.python.org/pypi/meson) +[![Travis](https://travis-ci.org/mesonbuild/meson.svg?branch=master)](https://travis-ci.org/mesonbuild/meson) +[![Appveyor](https://ci.appveyor.com/api/projects/status/l5c8v71ninew2i3p?svg=true)](https://ci.appveyor.com/project/jpakkane/meson) ####Dependencies -- cgit v1.1 From 65a44f52aade93fe35a56d5686dcd03993897069 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 23 Nov 2016 21:28:56 +0530 Subject: README.md: Add a warning about zipapp adding tests --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3770569..645dd97 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ executable run the following command: Note that the source checkout may not be `meson` because it would clash with the generated binary name. +This will zip all files inside the source checkout into the script +which includes hundreds of tests, so you might want to temporarily +remove those before running it. + ####Running Meson requires that you have a source directory and a build directory -- cgit v1.1