summaryrefslogtreecommitdiff
path: root/community/calibre/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-12-21 20:10:13 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-12-21 20:10:13 +0100
commit16e6d5d899763d00b54c38baaf7b3e9cf12da755 (patch)
tree3441fd8feec1eb7bf2f85cefda9f5744e188259a /community/calibre/PKGBUILD
parent4d9c73f4367e89020aa242b377b9c2d77ffc7d52 (diff)
downloadpackages-16e6d5d899763d00b54c38baaf7b3e9cf12da755.tar.xz
community/calibre: add CI=true to disable failing Bonjour testing
Diffstat (limited to 'community/calibre/PKGBUILD')
-rw-r--r--community/calibre/PKGBUILD7
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
+ '
+)"