mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-25 04:33:04 +01:00
Various AppVeyor updates:
1. fix `CONFIGURATION` environment variable 2. set verbosity to minimal and specify the solution file 3. enable build cache 4. enable fast_finish Close #275 by merging it.
This commit is contained in:
parent
a6f7a9ab36
commit
dd704f6937
20
appveyor.yml
20
appveyor.yml
@ -1,3 +1,19 @@
|
||||
# Variables
|
||||
configuration:
|
||||
# - Debug
|
||||
- Release
|
||||
|
||||
# build options
|
||||
build:
|
||||
project: src\SubtitleEdit.sln
|
||||
verbosity: minimal
|
||||
|
||||
# custom test command
|
||||
test_script:
|
||||
- set
|
||||
- vstest.console /logger:Appveyor /Settings:"%APPVEYOR_BUILD_FOLDER%\src\Local.testsettings" %APPVEYOR_BUILD_FOLDER%\src\Test\bin\$(configuration)\Test.dll
|
||||
- vstest.console /logger:Appveyor /Settings:"%APPVEYOR_BUILD_FOLDER%\src\Local.testsettings" %APPVEYOR_BUILD_FOLDER%\src\Test\bin\%CONFIGURATION%\Test.dll
|
||||
|
||||
cache:
|
||||
- src\packages # preserve the "src\packages" directory
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
Loading…
Reference in New Issue
Block a user