Skip to content

Commit e0bdf8e

Browse files
committed
fixup! Make AppVeyor run Coverity scan
1 parent 6f6f41c commit e0bdf8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ on_success:
8181
Remove-Item -Recurse -Force (Join-Path $env:APPVEYOR_BUILD_FOLDER "LibGit2sharp.Tests/bin")
8282
Remove-Item -Recurse -Force (Join-Path $env:APPVEYOR_BUILD_FOLDER "LibGit2sharp.Tests/obj")
8383
84-
& nuget install PublishCoverity -Version 0.9.0 -ExcludeVersion -Verbosity detailed -OutputDirectory .\packages
84+
& nuget install PublishCoverity -Version 0.9.0 -ExcludeVersion -OutputDirectory $env:APPVEYOR_BUILD_FOLDER\packages
8585
8686
Write-Host "Building project with Coverity..."
87-
& cov-build.exe --dir cov-int --encoding=UTF-8 msbuild $env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
87+
& cov-build.exe --dir cov-int "C:\Program Files (x86)\MSBuild\12.0\bin\msbuild.exe" $env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.sln /p:Configuration=Release /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
8888
Write-Host "Compressing Coverity results..."
8989
ls .\packages
9090
ls $env:APPVEYOR_BUILD_FOLDER\packages

0 commit comments

Comments
 (0)