diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-12-21 20:10:13 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-12-21 20:10:13 +0100 |
commit | 16e6d5d899763d00b54c38baaf7b3e9cf12da755 (patch) | |
tree | 3441fd8feec1eb7bf2f85cefda9f5744e188259a /community/calibre | |
parent | 4d9c73f4367e89020aa242b377b9c2d77ffc7d52 (diff) | |
download | packages-16e6d5d899763d00b54c38baaf7b3e9cf12da755.tar.xz |
community/calibre: add CI=true to disable failing Bonjour testing
Diffstat (limited to 'community/calibre')
-rw-r--r-- | community/calibre/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/calibre/PKGBUILD b/community/calibre/PKGBUILD new file mode 100644 index 00000000..add1c241 --- /dev/null +++ b/community/calibre/PKGBUILD @@ -0,0 +1,7 @@ +# disable Bonjour testing on build slaves +eval "$( + declare -f check | \ + sed ' + s/.*setup.py test/CI=true &/g + ' +)" |