[plasma/spectacle] /: CI: Flatpak: Disable tests for KDE module(s)
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit c243e92d0955ccbac307f9a4020ffb59ecae142c by Justin Zobel.
Committed on 07/08/2026 at 03:19.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Disable tests for KDE module(s)
M +6 -0 .flatpak-manifest.json
https://invent.kde.org/plasma/spectacle/-/commit/c243e92d0955ccbac307f9a4020ffb59ecae142c
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 32bfca59e..b8c349a63 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -20,6 +20,9 @@
{
"name": "kpipewire",
"buildsystem": "cmake-ninja",
+ "config-opts": [
+ "-DBUILD_TESTING=OFF"
+ ],
"sources": [
{
"type": "git",
@@ -31,6 +34,9 @@
{
"name": "spectacle",
"buildsystem": "cmake-ninja",
+ "config-opts": [
+ "-DBUILD_TESTING=OFF"
+ ],
"sources": [
{
"type": "dir",