diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2016-07-30 11:35:26 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2016-07-30 11:35:26 +0900 |
| commit | a9f4dad4dcde4db148f22720c694e5b5e0cb6f2d (patch) | |
| tree | 43e0794b5a25e28c4d90da7279448fbed691eec9 /Makefile | |
| parent | ff208ad7d0b288f2d94d3160bf8a4cddeebc987d (diff) | |
| download | msgpack-python-a9f4dad4dcde4db148f22720c694e5b5e0cb6f2d.tar.gz | |
Make manylinux1 wheels
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,3 +20,7 @@ python3: cython test: py.test test + +build-manylinux1-wheel: + docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_i686 bash docker/buildwheel.sh + docker run --rm -ti -v `pwd`:/project -w /project quay.io/pypa/manylinux1_x86_64 bash docker/buildwheel.sh |
