mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
commit
54a7213059
1 changed files with 8 additions and 7 deletions
15
appveyor.yml
15
appveyor.yml
|
@ -1,13 +1,14 @@
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2019
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
PYTHON: C:\Python38-x64
|
||||||
- PYTHON: C:\Python38-x64
|
|
||||||
install:
|
install:
|
||||||
- cmd: '"%PYTHON%\python.exe" -m pip install numpy opencv-python tqdm scenedetect psutil'
|
- cmd: >-
|
||||||
- cmd: '"%PYTHON%\python.exe" -m pip install pyinstaller'
|
"%PYTHON%\python.exe" -m pip install -r requirements
|
||||||
|
|
||||||
|
"%PYTHON%\python.exe" -m pip install pyinstaller
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: '"%PYTHON%\Scripts\pyinstaller" -F av1an.py'
|
- cmd: '"%PYTHON%\Scripts\pyinstaller" --onefile av1an.py'
|
||||||
test: off
|
test: off
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: dist/av1an.exe
|
- path: dist/av1an.exe
|
||||||
|
|
Loading…
Reference in a new issue