Reindent appveyor.yml
This commit is contained in:
parent
fc1603eb9b
commit
ba6478e98a
14
appveyor.yml
14
appveyor.yml
|
@ -1,18 +1,18 @@
|
||||||
version: 1.73.{build}
|
version: 1.73.{build}
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
VisualStudioVersion: 10.0
|
VisualStudioVersion: 10.0
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
- Win32
|
- Win32
|
||||||
|
|
||||||
build_script:
|
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:
|
test_script:
|
||||||
- if "%CONFIGURATION%" == "Release" bin\testrunner.exe
|
- if "%CONFIGURATION%" == "Release" bin\testrunner.exe
|
||||||
- if "%CONFIGURATION%" == "Debug" bin\debug\testrunner.exe
|
- if "%CONFIGURATION%" == "Debug" bin\debug\testrunner.exe
|
||||||
|
|
Loading…
Reference in New Issue