mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-02 17:43:22 -07:00
19 lines
529 B
YAML
19 lines
529 B
YAML
version: '{build}'
|
|
pull_requests:
|
|
do_not_increment_build_number: true
|
|
environment:
|
|
matrix:
|
|
- PYTHON: "C:\Python37-x64"
|
|
PYTHON_VERSION: "3.7"
|
|
|
|
- PYTHON: "C:\Python38-x64"
|
|
PYTHON_VERSION: "3.8"
|
|
install:
|
|
- cmd: "%PYTHON% -m pip install --upgrade pip"
|
|
- cmd: "%PYTHON% -m pip install -r requirements.txt --upgrade"
|
|
build_script:
|
|
- cmd: "%PYTHON% setup.py build_exe"
|
|
artifacts:
|
|
- path: "build\exe.win-amd64-%PYTHON_VERSION%\\"
|
|
name: "Berserker_Multiworld_{branch}_{version}_PY%PYTHON_VERSION%.zip"
|