[utilities/basket] /: flatpak: do not build tests
Pino Toscano <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit cecde06a553bdba38605ded2d6c7d711ad83c442 by Pino Toscano.
Committed on 07/08/2026 at 11:26.
Pushed by pino into branch 'master'.
flatpak: do not build tests
They are neither run nor installed, so shorten the build time by not
building them.
M +3 -0 .flatpak-manifest.json
https://invent.kde.org/utilities/basket/-/commit/cecde06a553bdba38605ded2d6c7d711ad83c442
diff --git a/.flatpak-manifest.json b/.flatpak-manifest.json
index ef4385be..ee0bbc1e 100644
--- a/.flatpak-manifest.json
+++ b/.flatpak-manifest.json
@@ -37,6 +37,9 @@
{
"name" : "basket",
"buildsystem" : "cmake-ninja",
+ "config-opts": [
+ "-DBUILD_TESTING=OFF"
+ ],
"sources" : [
{
"path" : ".",