mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
version: '{build}'
|
|
build: off # Not a C# project
|
|
environment:
|
|
matrix:
|
|
- PYTHON: "C:\\Python27"
|
|
PATH: "%APPDATA%\\Python\\Scripts;C:\\Python27;C:\\Python27\\Scripts;%PATH%"
|
|
SNAPSHOT_HOST:
|
|
secure: NeTo57s2rJhCd/mjKHetXVxCFd3uhr8txnjnAXD1tUI=
|
|
SNAPSHOT_PORT:
|
|
secure: TiJPtg60/edYTH8RnoBErg==
|
|
SNAPSHOT_USER:
|
|
secure: 6yBwmO5gv4vAwoFYII8qjQ==
|
|
SNAPSHOT_PASS:
|
|
secure: LPjrtFrWxYhOVGXzfPRV1GjtZE/wHoKq9m/PI6hSalfysUK5p2DxTG9uHlb4Q9qV
|
|
install:
|
|
- "pip install --user -U virtualenv"
|
|
- "dev.bat"
|
|
- "python -c \"from OpenSSL import SSL; print(SSL.SSLeay_version(SSL.SSLEAY_VERSION))\""
|
|
test_script:
|
|
- "py.test --timeout 60 --cov netlib --cov mitmproxy --cov pathod"
|
|
cache:
|
|
- C:\Users\appveyor\AppData\Local\pip\cache
|
|
deploy_script:
|
|
ps: |
|
|
if(($Env:APPVEYOR_REPO_BRANCH -match "master") -or ($Env:APPVEYOR_REPO_TAG -match "true")) {
|
|
python .\release\rtool.py bdist
|
|
python .\release\rtool.py upload-snapshot --bdist
|
|
}
|
|
notifications:
|
|
- provider: Slack
|
|
incoming_webhook: https://hooks.slack.com/services/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
|