1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 03:05:24 +01:00

Run tests on AppVeyor

This commit is contained in:
Ted John
2016-12-02 14:54:07 +00:00
parent 05737fdd74
commit 9c973e20cd

View File

@@ -19,9 +19,16 @@ install:
platform:
- Win32
- x64
configuration: Release
configuration:
- Release
- ReleaseTests
build:
project: openrct2.proj
test_script:
- ps: >-
if ($env:configuration -eq "ReleaseTests") {
msbuild openrct2.proj /t:test /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
}
artifacts:
- path: .\artifacts\openrct2-portable*.zip
name: OpenRCT2-portable