2014-11-20 20:16:34 +01:00
|
|
|
version: "{build}"
|
|
|
|
|
2014-09-23 12:46:47 +02:00
|
|
|
# Variables
|
|
|
|
configuration:
|
|
|
|
# - Debug
|
|
|
|
- Release
|
|
|
|
|
|
|
|
# build options
|
|
|
|
build:
|
|
|
|
project: src\SubtitleEdit.sln
|
|
|
|
verbosity: minimal
|
|
|
|
|
|
|
|
# custom test command
|
2014-09-23 10:58:56 +02:00
|
|
|
test_script:
|
2014-09-28 21:59:40 +02:00
|
|
|
- vstest.console /logger:Appveyor /Settings:"%APPVEYOR_BUILD_FOLDER%\src\Local.testsettings" "%APPVEYOR_BUILD_FOLDER%\src\Test\bin\%CONFIGURATION%\Test.dll"
|
2014-09-23 12:46:47 +02:00
|
|
|
|
|
|
|
cache:
|
2015-04-16 07:06:02 +02:00
|
|
|
- 'src\packages -> src\packages.config' # preserve the "src\packages" directory
|
2014-09-23 12:46:47 +02:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|