mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-23 19:55:38 +01:00
Add appveyor script
This commit is contained in:
parent
5d1f86d8fc
commit
8f74539a9c
23
appveyor.yml
Normal file
23
appveyor.yml
Normal file
@ -0,0 +1,23 @@
|
||||
environment:
|
||||
PYTHON: "C:\\Python35"
|
||||
PYTHON_VERSION: 3.5
|
||||
PYTHON_ARCH: "32"
|
||||
|
||||
init:
|
||||
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
|
||||
|
||||
install:
|
||||
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
|
||||
- "python -m pip install -U pip setuptools"
|
||||
- "pip install requests PySocks pycrypto"
|
||||
- "pip install pyinstaller"
|
||||
|
||||
test_script:
|
||||
- "pip install -e ."
|
||||
|
||||
|
||||
after_test:
|
||||
- "pyinstaller spec/svtplay-dl.spec"
|
||||
- ps: ls dist
|
||||
|
||||
build: off
|
Loading…
Reference in New Issue
Block a user