SubtitleEdit/appveyor.yml
XhmikosR dd704f6937 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.
2014-09-23 15:46:23 +03:00

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