Skip to content

Commit

Permalink
fix path for PublishCoverity 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mailaender committed Aug 9, 2015
1 parent 1bc8427 commit bf53f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -27,9 +27,9 @@ after_build:
{
cov-build.exe --dir cov-int make all
nuget.exe install PublishCoverity -ExcludeVersion
PublishCoverity\PublishCoverity.exe compress -o coverity.zip -i cov-int
PublishCoverity\tools\PublishCoverity.exe compress -o coverity.zip -i cov-int
$version = Get-Date -format s
PublishCoverity\PublishCoverity.exe publish `
PublishCoverity\tools\PublishCoverity.exe publish `
-t "$env:CoverityProjectToken" `
-e "$env:CoverityNotificationEmail" `
-r "$env:APPVEYOR_REPO_NAME" `
Expand Down

0 comments on commit bf53f98

Please sign in to comment.