Skip to content

Commit f899142

Browse files
committed
fixup! Make AppVeyor run Coverity scan
1 parent 145f77d commit f899142

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ skip_tags: true
1010
clone_folder: C:\projects\libgit2sharp
1111

1212
environment:
13+
coverity_token:
14+
secure: nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk=
15+
coverity_email:
16+
secure: eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A=
1317
version : 0.22.0
1418
matrix:
1519
- xunit_runner: xunit.console.clr4.exe
@@ -61,12 +65,6 @@ test_script:
6165
- REM '%xunit_runner% "%APPVEYOR_BUILD_FOLDER%\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
6266
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
6367

64-
environment:
65-
coverity_token:
66-
secure: nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk=
67-
coverity_email:
68-
secure: eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A=
69-
7068
on_success:
7169
- ps: |
7270
# & "$env:APPVEYOR_BUILD_FOLDER\nuget.package\BuildNugetPackage.ps1" -commitSha "$env:APPVEYOR_REPO_COMMIT" -postBuild { sourcelink index -pr LibGit2Sharp.csproj -pp Configuration Release -nf Core\NativeDllName.cs -nf Core\UniqueIdentifier.cs -nf Properties\AssemblyInfo.cs -r .. -u 'https://raw.githubusercontent.com/libgit2/libgit2sharp/{0}/%var2%' }

0 commit comments

Comments
 (0)