mirror of https://github.com/google/brotli
Put library also to bin
This commit is contained in:
parent
41e4fb8bf3
commit
cac71ca2f6
|
@ -14,7 +14,7 @@ install:
|
||||||
- get_python_environment $INSTALL_TYPE $VERSION venv
|
- get_python_environment $INSTALL_TYPE $VERSION venv
|
||||||
- pip install --upgrade wheel
|
- pip install --upgrade wheel
|
||||||
script:
|
script:
|
||||||
- python setup.py build_ext -t bin test
|
- python setup.py build_ext -b bin -t bin test
|
||||||
after_success:
|
after_success:
|
||||||
- pip wheel -w dist .
|
- pip wheel -w dist .
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
|
Loading…
Reference in New Issue