gpgconf --kill

This commit is contained in:
Thomas Bernard
2020-12-20 00:33:16 +01:00
parent 47e5cc69b9
commit 6e88890b7f

View File

@@ -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%"