Disable various tests and examples in the flatpak manifest
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user