OpenRCT2/appveyor.yml

37 lines
1.1 KiB
YAML

version: 0.0.5.{build}
os: Visual Studio 2015
cache:
- C:\ProgramData\chocolatey\bin -> scripts\ps\appveyor_install.ps1
- C:\ProgramData\chocolatey\lib -> scripts\ps\appveyor_install.ps1
- secure-file -> scripts\ps\appveyor_install.ps1
environment:
ENCKEY:
secure: saYAIpqXzpq0U+JH+MNi/isRQ6Y51PZhm4BrnePDiAPptFO5htxFOLegrYqxdy67
SIGN_PASSWORD:
secure: bzYmf0ElxisSGyZnIjUOYQ==
OPENRCT2_ORG_TOKEN:
secure: leQX3xCQpmBLGuMqrxjFlzexDt96ypNRMM5TTRVHbGE8PwVg9crgeykLc2BIZU6HDHveJCHqh2cGMdHtHYJYcw==
BUILD_SERVER: AppVeyor
GIT_TAG: $(APPVEYOR_REPO_TAG_NAME)
GIT_BRANCH: $(APPVEYOR_REPO_BRANCH)
GIT_COMMIT_SHA1: $(APPVEYOR_REPO_COMMIT)
install:
- ps: >-
.\scripts\ps\appveyor_install.ps1
platform:
- Win32
- x64
configuration: Release
build:
project: openrct2.proj
artifacts:
- path: .\artifacts\openrct2-portable*.zip
name: OpenRCT2-portable
- path: .\artifacts\openrct2-installer*.exe
name: OpenRCT2-installer
- path: .\artifacts\openrct2-symbols*.zip
name: OpenRCT2 debug symbols
deploy_script:
- ps: >-
.\scripts\ps\appveyor_deploy.ps1