mirror of
https://github.com/google/brotli.git
synced 2024-11-22 11:40:06 +00:00
[travis] add placeholder 'deploy' target for Github Releases
This commit is contained in:
parent
a5822da956
commit
6dcb0dd1b1
18
.travis.yml
18
.travis.yml
@ -16,7 +16,17 @@ script:
|
||||
after_success:
|
||||
- pip wheel -w dist .
|
||||
before_deploy:
|
||||
- cd dist
|
||||
- "wheels=$(echo *.whl)"
|
||||
#deploy:
|
||||
# - TODO: upload the content of $wheels to a public wheelhouse
|
||||
- export WHEELS=$(ls ./dist/*.whl)
|
||||
|
||||
# use `travis setup releases` to create a Github OAuth token
|
||||
# http://docs.travis-ci.com/user/deployment/releases/
|
||||
|
||||
# deploy:
|
||||
# provider: releases
|
||||
# api_key: <encrypted Github OAuth token>
|
||||
# file:
|
||||
# - "${WHEELS}"
|
||||
# skip_cleanup: true
|
||||
# on:
|
||||
# repo: google/brotli
|
||||
# tags: true
|
||||
|
Loading…
Reference in New Issue
Block a user