summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-05-18 07:37:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-05-18 07:38:18 -0400
commit7d27c615b7ee0f94646fadf57ab7f7029403196c (patch)
tree73a44efdacdc99cf8f89076d09a3b10d0a4b12e9
parent7de266a620adda1efb18a6035ec21e7e1905b425 (diff)
downloadgtk+-7d27c615b7ee0f94646fadf57ab7f7029403196c.tar.gz
Actually pass the devel profile to flatpak builds
I added that to the manifests, and did not notice that we do the last build step manually :(
-rw-r--r--.gitlab-ci/flatpak-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/flatpak-build.sh b/.gitlab-ci/flatpak-build.sh
index 72397cc7ea..661780067c 100644
--- a/.gitlab-ci/flatpak-build.sh
+++ b/.gitlab-ci/flatpak-build.sh
@@ -24,6 +24,7 @@ flatpak build ${builddir} meson \
-Dbuild-examples=false \
-Dintrospection=disabled \
-Ddemos=true \
+ -Dprofile=devel \
_flatpak_build
flatpak build ${builddir} ninja -C _flatpak_build install