mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
23 lines
434 B
YAML
23 lines
434 B
YAML
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 |