mirror of
https://github.com/google/brotli.git
synced 2026-07-09 02:08:06 +00:00
[PR #138] Travis support (OS X) #754
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/google/brotli/pull/138
State: closed
Merged: Yes
This adds a
.travis.ymlfile which uses the MacPython/terrify utilities in order to run tests and compile wheels on different OS X Python setups.After you enable google/brotli repository on your Travis account page, then you can configure the Github Releases deployment in the
.travis.ymlfile. The easiest way to do that is installing travis locally, viasudo gem install travis, and then runtravis setup releases.More info here: http://docs.travis-ci.com/user/deployment/releases/
Please note that the Travis build will fail for the 'macpython' targets until PR #137 is merged.