SubtitleEdit/appveyor.yml
2014-11-20 21:16:34 +02:00

22 lines
447 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 # preserve the "src\packages" directory
matrix:
fast_finish: true