Disable tests on several modules

This commit is contained in:
Justin Zobel
2025-03-03 12:06:37 +10:30
committed by Justin Zobel
parent 2802fcf50f
commit 1968196e27

View File

@@ -40,7 +40,8 @@
{
"name": "kquickimageeditor",
"config-opts": [
"-DBUILD_WITH_QT6=ON"
"-DBUILD_WITH_QT6=ON",
"-DBUILD_TESTING=OFF"
],
"buildsystem": "cmake-ninja",
"sources": [
@@ -112,7 +113,8 @@
"-DBUILD_WITH_QT6=ON",
"-DCMAKE_INSTALL_LIBDIR=/app/lib",
"-DLIB_INSTALL_DIR=/app/lib",
"-DBUILD_TRANSLATIONS=NO"
"-DBUILD_TRANSLATIONS=NO",
"-DBUILD_TESTING=OFF"
]
},
{
@@ -172,14 +174,15 @@
{
"name": "neochat",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DNEOCHAT_FLATPAK=ON"
],
"sources": [
{
"type": "dir",
"path": "."
}
],
"config-opts": [
"-DNEOCHAT_FLATPAK=ON"
]
}
]