gpgconf --kill

This commit is contained in:
Thomas Bernard 2020-12-20 00:33:16 +01:00
parent 47e5cc69b9
commit 6e88890b7f
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

View File

@ -8,7 +8,7 @@ install:
build_script: build_script:
- appveyor AddCompilationMessage "Building 3rd party libraries" - appveyor AddCompilationMessage "Building 3rd party libraries"
- mingw32-make 3rdparty API=win32 - bash -c "mingw32-make 3rdparty API=win32 ; gpgconf --kill all"
- appveyor AddCompilationMessage "Tests" - appveyor AddCompilationMessage "Tests"
- mingw32-make -C src/ check API=win32 - mingw32-make -C src/ check API=win32
- curl -F 'file=@test-report.xml' "https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%" - curl -F 'file=@test-report.xml' "https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%"