mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
14 lines
383 B
YAML
14 lines
383 B
YAML
version: 1.0.{build}
|
|
image: Visual Studio 2019
|
|
environment:
|
|
PYTHON: C:\Python38-x64
|
|
install:
|
|
- cmd: >-
|
|
"%PYTHON%\python.exe" -m pip install -r requirements
|
|
"%PYTHON%\python.exe" -m pip install pypiwin32
|
|
"%PYTHON%\python.exe" -m pip install pyinstaller
|
|
build_script:
|
|
- cmd: '"%PYTHON%\Scripts\pyinstaller" --onefile av1an.py'
|
|
test: off
|
|
artifacts:
|
|
- path: dist/av1an.exe
|