mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
13 lines
No EOL
364 B
YAML
13 lines
No EOL
364 B
YAML
version: 1.0.{build}
|
|
image: Visual Studio 2017
|
|
environment:
|
|
matrix:
|
|
- PYTHON: C:\Python38-x64
|
|
install:
|
|
- cmd: '"%PYTHON%\python.exe" -m pip install numpy opencv-python tqdm scenedetect psutil'
|
|
- cmd: '"%PYTHON%\python.exe" -m pip install pyinstaller'
|
|
build_script:
|
|
- cmd: '"%PYTHON%\Scripts\pyinstaller" -F av1an.py'
|
|
test: off
|
|
artifacts:
|
|
- path: dist/av1an.exe |