SubtitleEdit/appveyor.yml

22 lines
447 B
YAML
Raw Normal View History

2014-11-20 20:16:34 +01:00
version: "{build}"
# Variables
configuration:
# - Debug
- Release
# build options
build:
project: src\SubtitleEdit.sln
verbosity: minimal
# custom test command
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"
cache:
- src\packages # preserve the "src\packages" directory
matrix:
fast_finish: true