mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 12:44:46 +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}"
|
version: "{build}"
|
||||||
|
|
||||||
# Variables
|
image: Visual Studio 2019
|
||||||
|
|
||||||
|
platform:
|
||||||
|
- Any CPU
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
# - Debug
|
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
# build options
|
build_script:
|
||||||
build:
|
- msbuild "src\SubtitleEdit.sln" /r /v:minimal /clp:summary /p:"Platform=%PLATFORM%" /p:"Configuration=%CONFIGURATION%" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
project: src\SubtitleEdit.sln
|
|
||||||
verbosity: minimal
|
|
||||||
|
|
||||||
# custom test command
|
|
||||||
test_script:
|
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:
|
cache:
|
||||||
- 'src\packages -> **\packages.config' # preserve the "src\packages" directory
|
- 'src\packages -> **\packages.config' # preserve the "src\packages" directory
|
||||||
|
Loading…
Reference in New Issue
Block a user