mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
release: always build tags
This commit is contained in:
parent
5b12720962
commit
3876a1f38c
@ -22,7 +22,7 @@ cache:
|
|||||||
- C:\Users\appveyor\AppData\Local\pip\cache
|
- C:\Users\appveyor\AppData\Local\pip\cache
|
||||||
deploy_script:
|
deploy_script:
|
||||||
ps: |
|
ps: |
|
||||||
if($Env:APPVEYOR_REPO_BRANCH -match "master") {
|
if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) {
|
||||||
python .\release\rtool.py bdist
|
python .\release\rtool.py bdist
|
||||||
python .\release\rtool.py upload-snapshot --bdist
|
python .\release\rtool.py upload-snapshot --bdist
|
||||||
}
|
}
|
||||||
|
@ -53,7 +53,7 @@ script:
|
|||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
- |
|
- |
|
||||||
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_BRANCH == "master" && $TRAVIS_PULL_REQUEST == "false" ]]
|
if [[ $TRAVIS_OS_NAME == "osx" && $TRAVIS_PULL_REQUEST == "false" && ($TRAVIS_BRANCH == "master" || -n $TRAVIS_TAG) ]]
|
||||||
then
|
then
|
||||||
pip install -e ./release
|
pip install -e ./release
|
||||||
python ./release/rtool.py bdist
|
python ./release/rtool.py bdist
|
||||||
|
Loading…
Reference in New Issue
Block a user