summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Exner2020-08-31 14:38:36 +0200
committerFelix Exner2020-08-31 14:38:36 +0200
commit382c36cb062f3043c1514fdfa7e5907b7bdaadb2 (patch)
treefd4178351ca0404a6707e16ce196480f0605c4e5 /PKGBUILD
parent66ce4e37ed27a1a585d2f1bb7b04e5f34795aff2 (diff)
downloadaur-382c36cb062f3043c1514fdfa7e5907b7bdaadb2.tar.gz
Disabled test during makepkg
This way we can avoid adding the test dependencies to the PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4e476739531..1f5792d38caf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://wiki.ros.org/easy_markers'
pkgname='ros-melodic-easy-markers'
pkgver='0.2.6'
arch=('any')
-pkgrel=3
+pkgrel=4
license=('BSD')
ros_makedepends=(ros-melodic-tf
@@ -54,6 +54,7 @@ build() {
cmake ${srcdir}/${_dir} \
-DCMAKE_BUILD_TYPE=Release \
-DCATKIN_BUILD_BINARY_PACKAGE=ON \
+ -DCATKIN_ENABLE_TESTING=0 \
-DCMAKE_INSTALL_PREFIX=/opt/ros/melodic \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
-DSETUPTOOLS_DEB_LAYOUT=OFF