projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a899c0a
)
ci: Disable the testsuite in flatpak builds
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 5 Mar 2023 15:23:20 +0000
(07:23 -0800)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 5 Mar 2023 15:26:17 +0000
(07:26 -0800)
No need to build the testsuite when we are
just producing flatpaks.
.gitlab-ci/flatpak-build.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/flatpak-build.sh
b/.gitlab-ci/flatpak-build.sh
index 4f19082f7eaf5daf074c49497d03bf4e078624ab..5354847cfef98521ef5f962c88e43489096e20d6 100644
(file)
--- a/
.gitlab-ci/flatpak-build.sh
+++ b/
.gitlab-ci/flatpak-build.sh
@@
-20,6
+20,7
@@
flatpak build ${builddir} meson \
-Dx11-backend=true \
-Dwayland-backend=true \
-Dbuild-tests=false \
+ -Dbuild-testsuite=false \
-Dbuild-examples=false \
-Dintrospection=disabled \
-Ddemos=true \