ci: Disable tests when building Graphene
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 8 May 2018 08:49:27 +0000 (09:49 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 8 May 2018 13:20:00 +0000 (14:20 +0100)
Our flatpak-builder manifests include building Graphene from Git; since
we're building the GTK demos, it's pointless to build the Graphene tests
as well. Disabling tests and benchmarks avoids pointless installations
inside the Flatpak build repo that will just be removed by the time we
bundle the demo.

build-aux/flatpak/org.gtk.Demo.json
build-aux/flatpak/org.gtk.WidgetFactory.json

index 8e5a6e98712d29c49af22249c02f7483f2c666fb..a0c50855911190a469d30459f91f38bb24893593 100644 (file)
@@ -46,7 +46,9 @@
             "buildsystem": "meson",
             "builddir": true,
             "config-opts": [
-                "--libdir=/app/lib"
+                "--libdir=/app/lib",
+                "-Dtests=false",
+                "-Dbenchmarks=false"
             ],
             "sources": [
                 {
index 3e014844f508a4edeea00183c071c8bc17e8976a..c28acf426e45718a17ea1bbe1da09dbaae50119b 100644 (file)
@@ -46,7 +46,9 @@
             "buildsystem": "meson",
             "builddir": true,
             "config-opts": [
-                "--libdir=/app/lib"
+                "--libdir=/app/lib",
+                "-Dtests=false",
+                "-Dbenchmarks=false"
             ],
             "sources": [
                 {