mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 03:02:35 +01:00
Update AppVeyor configuration
This commit is contained in:
parent
3315bad746
commit
c6a9614106
16
appveyor.yml
16
appveyor.yml
@ -1,18 +1,18 @@
|
||||
version: "{build}"
|
||||
|
||||
# Variables
|
||||
image: Visual Studio 2019
|
||||
|
||||
platform:
|
||||
- Any CPU
|
||||
|
||||
configuration:
|
||||
# - Debug
|
||||
- Release
|
||||
|
||||
# build options
|
||||
build:
|
||||
project: src\SubtitleEdit.sln
|
||||
verbosity: minimal
|
||||
build_script:
|
||||
- msbuild "src\SubtitleEdit.sln" /r /v:minimal /clp:summary /p:"Platform=%PLATFORM%" /p:"Configuration=%CONFIGURATION%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||
|
||||
# custom test command
|
||||
test_script:
|
||||
- vstest.console /logger:Appveyor /Settings:"%APPVEYOR_BUILD_FOLDER%\src\Local.testsettings" "%APPVEYOR_BUILD_FOLDER%\src\Test\bin\%CONFIGURATION%\Test.dll"
|
||||
- vstest.console "src\Test\bin\%CONFIGURATION%\Test.dll" /logger:Appveyor
|
||||
|
||||
cache:
|
||||
- 'src\packages -> **\packages.config' # preserve the "src\packages" directory
|
||||
|
Loading…
Reference in New Issue
Block a user