From 6e88890b7f36664a00a142e9d1214ff876dea162 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sun, 20 Dec 2020 00:33:16 +0100 Subject: [PATCH] gpgconf --kill --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c297aa25..c8c3bbcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ install: build_script: - appveyor AddCompilationMessage "Building 3rd party libraries" - - mingw32-make 3rdparty API=win32 + - bash -c "mingw32-make 3rdparty API=win32 ; gpgconf --kill all" - appveyor AddCompilationMessage "Tests" - mingw32-make -C src/ check API=win32 - curl -F 'file=@test-report.xml' "https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%"