From ba6478e98a90482484eb23c18bc50ee692eb8f72 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 26 Jul 2016 15:04:41 +0300 Subject: [PATCH] Reindent appveyor.yml --- appveyor.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d0e62f519..02f9e2bfb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,18 +1,18 @@ version: 1.73.{build} environment: - VisualStudioVersion: 10.0 + VisualStudioVersion: 10.0 configuration: -- Debug -- Release + - Debug + - Release platform: -- Win32 + - Win32 build_script: -- msbuild "cppcheck.sln" /m /verbosity:minimal /p:PlatformToolset=v100 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" + - msbuild "cppcheck.sln" /m /verbosity:minimal /p:PlatformToolset=v100 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" test_script: -- if "%CONFIGURATION%" == "Release" bin\testrunner.exe -- if "%CONFIGURATION%" == "Debug" bin\debug\testrunner.exe + - if "%CONFIGURATION%" == "Release" bin\testrunner.exe + - if "%CONFIGURATION%" == "Debug" bin\debug\testrunner.exe