mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 09:03:40 -07:00
15 lines
376 B
YAML
15 lines
376 B
YAML
version: '{build}'
|
|
pull_requests:
|
|
do_not_increment_build_number: true
|
|
environment:
|
|
ProjectVersion: build$(APPVEYOR_BUILD_VERSION)
|
|
matrix:
|
|
- PYTHON: C:\Python38-x64
|
|
install:
|
|
- cmd: pip install -r requirements.txt --upgrade
|
|
build_script:
|
|
- cmd: setup.py build_exe
|
|
artifacts:
|
|
- path: build\exe.win-amd64-3.8\
|
|
name: Berserker_Multiworld_{branch}_{version}.zip
|