From 7d27c615b7ee0f94646fadf57ab7f7029403196c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 May 2021 07:37:09 -0400 Subject: [PATCH] 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 :( --- .gitlab-ci/flatpak-build.sh | 1 + 1 file changed, 1 insertion(+) 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