Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Add coverity log as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Jérémie Bertrand committed Nov 13, 2015
1 parent 8eaac81 commit e23ca87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BuildScripts/AppVeyor-Build.ps1
Expand Up @@ -149,8 +149,8 @@ function Build()
"/p:Configuration=Release"
);

& cov-build --config cov-config.xml --dir $artifacts\cov-int msbuild $src\Pretzel.sln /l:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /m /p:Configuration=Release

& cov-build --config cov-config.xml --dir $artifacts\cov-int msbuild $src\Pretzel.sln /p:Configuration=Release
Push-AppveyorArtifact $artifacts\cov-int\build-log.txt
& PublishCoverity compress -o $artifacts\coverity.zip -i $artifacts\cov-int;

& PublishCoverity publish -z $artifacts\coverity.zip -r Code52/Pretzel -t $env:CoverityProjectToken -e $env:CoverityEmailDistribution -d "AppVeyor scheduled build." --codeVersion $env:GitVersion_NuGetVersionV2;
Expand Down

0 comments on commit e23ca87

Please sign in to comment.