[education/step] /: CI: Flatpak: Disable tests for KDE module(s)
Justin Zobel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 29b17e58538e926b3d0cf6665f2010759bee064b by Justin Zobel.
Committed on 07/08/2026 at 03:02.
Pushed by justinzobel into branch 'master'.
CI: Flatpak: Disable tests for KDE module(s)
M +3 -0 .flatpak-manifest.json
https://invent.kde.org/education/step/-/commit/29b17e58538e926b3d0cf6665f2010759bee064b
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index 545b618..85b255f 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -37,6 +37,9 @@
{
"name": "step",
"buildsystem": "cmake-ninja",
+ "config-opts": [
+ "-DBUILD_TESTING=OFF"
+ ],
"sources": [
{
"type": "dir",