Av1an/appveyor.yml
2020-02-14 10:42:29 +02:00

12 lines
371 B
YAML

version: 1.0.{build}
image: Visual Studio 2019
environment:
PYTHON: C:\Python38-x64
install:
- cmd: '"%PYTHON%\python.exe" -m pip install numpy opencv-python tqdm scenedetect psutil pypiwin32 '
- cmd: '"%PYTHON%\python.exe" -m pip install pyinstaller'
build_script:
- cmd: '"%PYTHON%\Scripts\pyinstaller" --onefile av1an.py'
test: off
artifacts:
- path: dist/av1an.exe