mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
I don't recall a build that would fail on MSVC15, but not on MSVC14.
Testing with both of them provides little benefit, while causing huge
delays in builds on AppVeyor.
In due time this can be re-enabled or AppVeyor setup can be moved fully
to MSVC15 when it becomes released.
Last known commit to pass is b1018ae.
39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
version: 0.0.6.{build}
|
|
image:
|
|
- Visual Studio 2015
|
|
# - Visual Studio 2017 RC
|
|
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
|
|
PATH: $(PATH);C:\Program Files (x86)\Windows Kits\10\bin\x86
|
|
install:
|
|
- ps: >-
|
|
.\scripts\ps\appveyor_install.ps1
|
|
platform:
|
|
- Win32
|
|
- x64
|
|
configuration: Release
|
|
build:
|
|
project: openrct2.proj
|
|
test_script:
|
|
- ps: msbuild openrct2.proj /t:test /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
|
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
|