1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
svtplay-dl/appveyor.yml
2018-05-13 13:06:50 +02:00

25 lines
540 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 -r requirements-dev.txt -r requirements.txt"
- "pip install nuitka"
test_script:
- "pip install -e ."
after_test:
- "mkdir svtplay-dl"
- "nuitka --recurse-all --output svtplay-dl bin/svtplay-dl"
- ps: ls dist
- "7z.exe a -tzip svtplay-dl-zip svtplay-dl"
build: off