diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-11-26 12:08:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-26 12:08:51 -0500 |
commit | da45e1925f55f37fb2b339ecd7d09d93ce397b3e (patch) | |
tree | 72070d8fe72d7bf0cab11fb195c476fd48432c95 | |
parent | d6f848bd3dccaf7f274039066e8aa6058c04b01e (diff) | |
parent | 65a44f52aade93fe35a56d5686dcd03993897069 (diff) | |
download | meson-da45e1925f55f37fb2b339ecd7d09d93ce397b3e.zip meson-da45e1925f55f37fb2b339ecd7d09d93ce397b3e.tar.gz meson-da45e1925f55f37fb2b339ecd7d09d93ce397b3e.tar.bz2 |
Merge pull request #1093 from centricular/pypi-status-readme
Add pypi status to README
-rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -4,9 +4,11 @@ MesonĀ® is a project to create the best possible next-generation build system. -####Build status +#### Status -[](https://travis-ci.org/mesonbuild/meson) [](https://ci.appveyor.com/project/jpakkane/meson) +[](https://pypi.python.org/pypi/meson) +[](https://travis-ci.org/mesonbuild/meson) +[](https://ci.appveyor.com/project/jpakkane/meson) ####Dependencies @@ -38,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 |