projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98cfdea
)
[ci] kill gpg-agent on travis windows
author
Paul Brossier
<piem@piem.org>
Thu, 2 Jul 2020 08:39:32 +0000
(10:39 +0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 2 Jul 2020 08:39:32 +0000
(10:39 +0200)
Thanks to @etr, https://travis-ci.community/t/windows-build-timeout-after-success-ps-shows-gpg-agent/4967/4
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
1b636d3
..
6ff663b
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-104,6
+104,9
@@
after_success:
# 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: