mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
22 lines
467 B
YAML
22 lines
467 B
YAML
version: "{build}"
|
|
|
|
# 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 -> src\packages.config' # preserve the "src\packages" directory
|
|
|
|
matrix:
|
|
fast_finish: true
|