Skip to content

Commit 038e962

Browse files
committed
fixup! Make AppVeyor run Coverity scan
1 parent 585be40 commit 038e962

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

appveyor.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ on_success:
9292
-o "$env:APPVEYOR_BUILD_FOLDER\$env:APPVEYOR_PROJECT_NAME.zip" `
9393
--overwrite
9494
95+
Write-Host -ForegroundColor "Green" "###"
96+
ls
97+
Write-Host -ForegroundColor "Green" "###"
98+
ls cov-int
99+
95100
# Write-Host -ForegroundColor "Green" "Uploading Coverity results... $env:coverity_email"
96101
# & .\packages\PublishCoverity\PublishCoverity.exe publish `
97102
# -t "$env:coverity_token" `
@@ -103,12 +108,12 @@ on_success:
103108
}
104109
105110
artifacts:
106-
- path: cov-int\build-log.txt
107-
name: coverity.build.logger
108-
109111
- path: libgit2sharp.zip
110112
name: coverity.analysis.results
111113

114+
- path: cov-int\build-log.txt
115+
name: coverity.build.log
116+
112117
notifications:
113118
- provider: Email
114119
to:

0 commit comments

Comments
 (0)