Run tests on AppVeyor

This commit is contained in:
Ted John 2016-12-02 14:54:07 +00:00
parent 05737fdd74
commit 9c973e20cd
1 changed files with 8 additions and 1 deletions

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