mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-29 11:03:13 +00:00
use latest netlib version for snapshots
This commit is contained in:
parent
5272979774
commit
47b2beb48b
@ -15,7 +15,7 @@ after_test:
|
|||||||
- |
|
- |
|
||||||
git clone https://github.com/mitmproxy/release.git ..\release
|
git clone https://github.com/mitmproxy/release.git ..\release
|
||||||
pip install -e ..\release
|
pip install -e ..\release
|
||||||
python ..\release\rtool.py -p mitmproxy bdist
|
python ..\release\rtool.py -p netlib -p mitmproxy bdist
|
||||||
- ps: Get-ChildItem ..\release\dist\*.zip | ForEach { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
- ps: Get-ChildItem ..\release\dist\*.zip | ForEach { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||||
deploy:
|
deploy:
|
||||||
- provider: FTP
|
- provider: FTP
|
||||||
|
@ -61,7 +61,7 @@ after_success:
|
|||||||
brew install curl --with-libssh2
|
brew install curl --with-libssh2
|
||||||
git clone https://github.com/mitmproxy/release.git ../release
|
git clone https://github.com/mitmproxy/release.git ../release
|
||||||
pip install -e ../release
|
pip install -e ../release
|
||||||
python ../release/rtool.py -p mitmproxy bdist
|
python ../release/rtool.py -p netlib -p mitmproxy bdist
|
||||||
for f in ../release/dist/*
|
for f in ../release/dist/*
|
||||||
do
|
do
|
||||||
$(brew --prefix curl)/bin/curl -u $SNAPSHOT_AUTH --hostpubmd5 $SNAPSHOT_PUBKEY --retry 5 -T $f sftp://$SNAPSHOT_HOST/
|
$(brew --prefix curl)/bin/curl -u $SNAPSHOT_AUTH --hostpubmd5 $SNAPSHOT_PUBKEY --retry 5 -T $f sftp://$SNAPSHOT_HOST/
|
||||||
|
Loading…
Reference in New Issue
Block a user