Reindent appveyor.yml

This commit is contained in:
XhmikosR 2016-07-26 15:04:41 +03:00 committed by GitHub
parent fc1603eb9b
commit ba6478e98a
1 changed files with 7 additions and 7 deletions

View File

@ -4,15 +4,15 @@ environment:
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