Date: Friday, February 18, 2022 @ 22:45:50
  Author: arojas
Revision: 1134394

Build tester (FS#73871)

Modified:
  stellarsolver/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-02-18 22:45:47 UTC (rev 1134393)
+++ PKGBUILD    2022-02-18 22:45:50 UTC (rev 1134394)
@@ -2,7 +2,7 @@
 
 pkgname=stellarsolver
 pkgver=1.9
-pkgrel=2
+pkgrel=3
 pkgdesc='The cross platform Sextractor and Astrometry.net-Based internal 
astrometric solver'
 arch=(x86_64)
 url='https://github.com/rlancaste/stellarsolver'
@@ -14,7 +14,8 @@
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DBUILD_TESTER=ON
   cmake --build build
 }
 

Reply via email to