Disable various tests and examples in the flatpak manifest

This commit is contained in:
Tobias Fella
2023-05-09 11:55:57 +02:00
parent 334e3ac6b4
commit c9d863335e

View File

@@ -41,6 +41,7 @@
{ {
"name": "olm", "name": "olm",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts": [ "-DOLM_TESTS=OFF" ],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
@@ -102,6 +103,7 @@
{ {
"name": "libQuotient", "name": "libQuotient",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts": [ "-DBUILD_TESTING=OFF" ],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
@@ -117,6 +119,7 @@
{ {
"name": "cmark", "name": "cmark",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts": [ "-DCMARK_TESTS=OFF" ],
"sources": [ "sources": [
{ {
"type": "git", "type": "git",
@@ -133,6 +136,7 @@
{ {
"name": "qcoro", "name": "qcoro",
"buildsystem": "cmake-ninja", "buildsystem": "cmake-ninja",
"config-opts": [ "-DQCORO_BUILD_EXAMPLES=OFF", "-DBUILD_TESTING=OFF" ],
"sources": [ "sources": [
{ {
"type": "archive", "type": "archive",