Skip to content

Commit 145f77d

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

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

appveyor.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ environment:
1616
Arch: 64
1717
- xunit_runner: xunit.console.clr4.x86.exe
1818
Arch: 32
19-
coverity_token:
20-
secure: nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk=
21-
coverity_email:
22-
secure: eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A=
2319

2420
matrix:
2521
fast_finish: true
@@ -65,6 +61,12 @@ test_script:
6561
- REM '%xunit_runner% "%APPVEYOR_BUILD_FOLDER%\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll" /appveyor'
6662
- IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL%
6763

64+
environment:
65+
coverity_token:
66+
secure: nuzUT+HecXGIi3KaPd/1hgFEZJan/j6+oNbPV75JKjk=
67+
coverity_email:
68+
secure: eGVilNg1Yuq+Xj+SW8r3WCtjnzhoDV0sNJkma4NRq7A=
69+
6870
on_success:
6971
- ps: |
7072
# & "$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)