ci: Disable tests when building Graphene

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.
This commit is contained in:
Emmanuele Bassi 2018-05-08 09:49:27 +01:00
parent b702618ed9
commit f07b131362
2 changed files with 6 additions and 2 deletions

View File

@ -46,7 +46,9 @@
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"--libdir=/app/lib"
"--libdir=/app/lib",
"-Dtests=false",
"-Dbenchmarks=false"
],
"sources": [
{

View File

@ -46,7 +46,9 @@
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"--libdir=/app/lib"
"--libdir=/app/lib",
"-Dtests=false",
"-Dbenchmarks=false"
],
"sources": [
{