shithub: aubio

Download patch

ref: 7874cf80d3143320796d104e7d1c5471eceb4e4b
parent: 98cfdea4d963bd7caf5a8c8c1cbf0b04db11295c
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 06:39:32 EDT 2020

[ci] kill gpg-agent on travis windows

Thanks to @etr, https://travis-ci.community/t/windows-build-timeout-after-success-ps-shows-gpg-agent/4967/4

--- a/.travis.yml
+++ b/.travis.yml
@@ -104,6 +104,9 @@
       # upload to codecov
       bash <(curl -s https://codecov.io/bash)
     fi
+    if [ "$TRAVIS_OS_NAME" = "windows" ]; then
+      taskkill //F //PID $(ps -Wla | tr -s ' ' | grep gpg | cut -f2 -d' ')
+    fi
 
 notifications:
     irc: