mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
add support for Travis CI (OS X only for now)
Use 'terrify' utilities from MacPython to build precompiled wheel packages
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "terryfy"]
|
||||
path = terryfy
|
||||
url = https://github.com/MacPython/terryfy.git
|
||||
20
.travis.yml
Normal file
20
.travis.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
language:
|
||||
- objective-c
|
||||
env:
|
||||
matrix:
|
||||
- INSTALL_TYPE='system' VERSION=2.7
|
||||
- INSTALL_TYPE='homebrew' VERSION=2.7.10
|
||||
- INSTALL_TYPE='homebrew' VERSION=3.4.3
|
||||
install:
|
||||
- source terryfy/travis_tools.sh
|
||||
- get_python_environment $INSTALL_TYPE $VERSION venv
|
||||
- pip install --upgrade wheel
|
||||
script:
|
||||
- python setup.py build_ext test
|
||||
after_success:
|
||||
- pip wheel -w dist .
|
||||
before_deploy:
|
||||
- cd dist
|
||||
- "wheels=$(echo *.whl)"
|
||||
#deploy:
|
||||
# - TODO: upload the content of $wheels to a public wheelhouse
|
||||
1
terryfy
Submodule
1
terryfy
Submodule
Submodule terryfy added at 8bb673f441
Reference in New Issue
Block a user