mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-26 05:02:36 +01:00
dd704f6937
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.
20 lines
425 B
YAML
20 lines
425 B
YAML
# Variables
|
|
configuration:
|
|
# - Debug
|
|
- Release
|
|
|
|
# build options
|
|
build:
|
|
project: src\SubtitleEdit.sln
|
|
verbosity: minimal
|
|
|
|
# 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
|
|
|
|
cache:
|
|
- src\packages # preserve the "src\packages" directory
|
|
|
|
matrix:
|
|
fast_finish: true
|