summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-06-30 13:20:07 -0400
committeracxz2019-06-30 13:20:07 -0400
commitdad19a4564b1d3d6790815120843a27c3de67c7f (patch)
treee703c4c6865a1226c62d4f233b3514ac29ae944a
parenta2aeba62fa47eeea8592022632da2669dba89d20 (diff)
downloadaur-dad19a4564b1d3d6790815120843a27c3de67c7f.tar.gz
removed unit testing
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD22
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0d39864e848..33cc8855a405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ignition-transport
pkgdesc = The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system. Asynchronous message publication and subscription is provided along with service calls and discovery.
pkgver = 7.0.0
- pkgrel = 4
+ pkgrel = 5
url = http://ignitionrobotics.org/libs/transport
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index df0b7dd84c80..e475141e64be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Benjamin Chrétien <chretien dot b plus aur at gmail dot com>
pkgname=ignition-transport
pkgver=7.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="The transport library combines ZeroMQ with Protobufs to create a fast and efficient message passing system. Asynchronous message publication and subscription is provided along with service calls and discovery."
arch=('i686' 'x86_64')
url="http://ignitionrobotics.org/libs/transport"
@@ -31,16 +31,16 @@ build() {
make -j4
}
-check() {
- cd "${srcdir}/${_dir}/build"
-
- cmake .. -DCMAKE_BUILD_TYPE="Release" \
- -DCMAKE_INSTALL_PREFIX="/usr" \
- -DCMAKE_INSTALL_LIBDIR="lib" \
- -DBUILD_TESTING=On
- make -j4
- make test
-}
+#check() {
+# cd "${srcdir}/${_dir}/build"
+#
+# cmake .. -DCMAKE_BUILD_TYPE="Release" \
+# -DCMAKE_INSTALL_PREFIX="/usr" \
+# -DCMAKE_INSTALL_LIBDIR="lib" \
+# -DBUILD_TESTING=On
+# make -j4
+# make test
+#}
package() {
cd "${srcdir}/${_dir}/build"