1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-23 19:55:38 +01:00

remove travis and appveyor

This commit is contained in:
Johan Andersson 2020-09-06 14:37:38 +02:00
parent 70a0804796
commit 7c2b93bcc4
2 changed files with 0 additions and 86 deletions

View File

@ -1,40 +0,0 @@
sudo: false
language: python
matrix:
fast_finish: true
include:
- python: 3.5
env: PRECOMMIT=0
- python: 3.6
- python: 3.7
dist: xenial
sudo: true # required workaround for https://github.com/travis-ci/travis-ci/issues/9815
env: CIBUILD=1
cache: pip
install:
- pip install -r requirements-dev.txt -r requirements.txt awscli
script:
- python --version
- |
if [[ -z "$PRECOMMIT" ]]
then
pre-commit run --all-files --show-diff-on-failure
fi
- pytest -v --cov
- make
- |
if [[ "$CIBUILD" == "1" && "$TRAVIS_PULL_REQUEST" == "false" ]]
then
python scripts/cibuild.py
fi
env:
global:
- secure: NqhAYBLkalelOFcSNdTaBuqXtQ2r0m9Lt5/V2tDZdtqPjur0H12DLsDIjt/X0jID6ci6LmdbXNZ97wz3D3KjBBeAuw5VRKiiZMPZTuOB5GdFRP/H6PmZYazGPHU2idFJLwG9JUhy+LMyzhpwyw/hruV1a2Udd7VT5fiPkf2hZ7A=
- secure: bmNNj7iM/SFKROFVh6s9q877a2z+VtieCkmtdV8SzYfR1KwG27TwxRckSx9JKWfKMri+PvcF9jz9SFt7IMP3SJxM22pYVKKPJa164ze0IuQLAlhsrdNISe2CPOMJrXAq2SP6RTn/YfZnyv3vjxuLJDuG4IPD1Yosln+gBZgCvjk=
- secure: AVwpii9rbPfEZ2HpanR9DMRf+0ica2BMui454XL4sgdXkfzkocOvw46ztT+XNpb25fpcfTC/hDOtyFeobNFH8E2DreM8h8kn7pqFCJeGAS8OkbDESAS2HApe1VqJj8xMQCKdZz/B25Ye1Lannqamxrt5Nai6lgQaaBeaXifb6/Q=
- secure: ZUK56NpCC5CVUVTY6mWwFlcJxK8/WFf+0g/x71cp6eO7j8+yW78UahcT2ismphVgzvGgYRZCksC2Y/qyl1HzwuKE73gPIcvcD9MFOnGmrTedln78+CLRjZh6+YG4VhIgWhRikI3tGMZ7iChj04Qz6yBBG1hOY4T2oO/Uiv96NOY=
- secure: keZjlq/Op5xD6ku2rAfvxr7waSCOkHgOJw0d14vBYmWyFtivdzUHeIliQlgsdmzKpGn1qOUXP9l52pYmCkSIwV1xZ6+gyxB5KH52rzs505whtvQOLsMXJeSxhpkI1WcX+4Rc3VUPnirbNyfkImghs07wSGAAMIGs8rbSsbHj/2U=
- secure: b4m5le6Q494cPzXHMmBKjyF7UN+cxLs1cn7CnzpHh7dHsAqH0rP+GtuhOj23eTSpFrkUFnA7ofyDF/3SRi1Qij14KeQEj9Ri/fTGGPoOYgvVnds9mbqqWeqzMbVEguxp0gz8F6g8TfUTgt9eFAYkWKnQS5Ar3o56Zh2jT7gBHNo=

View File

@ -1,46 +0,0 @@
environment:
PYTHON: "C:\\Python38"
PYTHON_VERSION: 3.8
PYTHON_ARCH: "32"
TWINE_USERNAME:
secure: yig0ualP0M39xIahEXhxZA==
TWINE_PASSWORD:
secure: 79wxWyPcqzj6131wKAuWBg==
DOCKER_USERNAME:
secure: yig0ualP0M39xIahEXhxZA==
DOCKER_PASSWORD:
secure: uiu9FbvYYz89WrBtF6BN0w==
AWS_ACCESS_KEY_ID:
secure: ED96t0LSsl1VnMu5CEQddJYdsIwIdsomF6gmY7r49w8=
AWS_SECRET_ACCESS_KEY:
secure: r/GpKgKWeTtq2k2J+Wy4qwOvLa8auzCgSYvEb88NqzenKZh04wUiWyxwXk6xc7UV
init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python -m pip install -U pip setuptools"
- "pip install -r requirements-dev.txt -r requirements.txt"
- "pip install awscli backports-datetime-fromisoformat"
- "git describe --tags --dirty --always"
test_script:
- "pip install -e ."
after_test:
- "mkdir svtplay-dl"
- "python setversion.py"
- "python setup.py build_exe"
- "dir /s build"
- "build\\exe.win32-3.7\\svtplay-dl.exe --version"
- "xcopy /s build\\exe.win32-3.7 svtplay-dl"
- "7z.exe a -tzip svtplay-dl.zip svtplay-dl"
- IF "%APPVEYOR_PULL_REQUEST_NUMBER%"=="" python scripts/cibuild.py
artifacts:
- path: svtplay-dl.zip
name: svtplay-dl
build: off