Skip to content

Commit

Permalink
Actually pass the devel profile to flatpak builds
Browse files Browse the repository at this point in the history
I added that to the manifests, and did not notice that
we do the last build step manually :(
  • Loading branch information
Matthias Clasen committed May 18, 2021
1 parent 7de266a commit 7d27c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci/flatpak-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d27c61

Please sign in to comment.