[gexiv2] ci: Disable unit tests for exiv2



commit 41f43e22a544181c30a37fe5714d12704505aa17
Author: Jens Georg <mail jensge org>
Date:   Sun May 3 11:35:05 2020 +0200

    ci: Disable unit tests for exiv2

 build-aux/org.gnome.GExiv2-oldstable.json | 3 ++-
 build-aux/org.gnome.GExiv2-stable.json    | 3 ++-
 build-aux/org.gnome.GExiv2.json           | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/org.gnome.GExiv2-oldstable.json b/build-aux/org.gnome.GExiv2-oldstable.json
index 598db6d..58722e8 100644
--- a/build-aux/org.gnome.GExiv2-oldstable.json
+++ b/build-aux/org.gnome.GExiv2-oldstable.json
@@ -29,7 +29,8 @@
             "config-opts" : [
                 "-DCMAKE_INSTALL_LIBDIR=lib",
                 "-DEXIV2_BUILD_EXIV2_COMMAND=OFF",
-                "-DEXIV2_BUILD_SAMPLES=OFF"
+                "-DEXIV2_BUILD_SAMPLES=OFF",
+                "-DEXIV2_BUILD_UNIT_TESTS=OFF"
             ],
             "sources" : [
                 {
diff --git a/build-aux/org.gnome.GExiv2-stable.json b/build-aux/org.gnome.GExiv2-stable.json
index 4dee120..066ba82 100644
--- a/build-aux/org.gnome.GExiv2-stable.json
+++ b/build-aux/org.gnome.GExiv2-stable.json
@@ -29,7 +29,8 @@
             "config-opts" : [
                 "-DCMAKE_INSTALL_LIBDIR=lib",
                 "-DEXIV2_BUILD_EXIV2_COMMAND=OFF",
-                "-DEXIV2_BUILD_SAMPLES=OFF"
+                "-DEXIV2_BUILD_SAMPLES=OFF",
+                "-DEXIV2_BUILD_UNIT_TESTS=OFF"
             ],
             "sources" : [
                 {
diff --git a/build-aux/org.gnome.GExiv2.json b/build-aux/org.gnome.GExiv2.json
index 39d2fa6..eb538db 100644
--- a/build-aux/org.gnome.GExiv2.json
+++ b/build-aux/org.gnome.GExiv2.json
@@ -29,7 +29,8 @@
             "config-opts" : [
                 "-DCMAKE_INSTALL_LIBDIR=lib",
                 "-DEXIV2_BUILD_EXIV2_COMMAND=OFF",
-                "-DEXIV2_BUILD_SAMPLES=OFF"
+                "-DEXIV2_BUILD_SAMPLES=OFF",
+                "-DEXIV2_BUILD_UNIT_TESTS=OFF"
             ],
             "sources" : [
                 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]