Skip to content

Commit

Permalink
Add Flatpak CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Dec 8, 2023
1 parent 9309d6e commit 9f4cc32
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,18 @@ jobs:
- uses: elementary/actions/vala-lint@master
with:
conf: vala-lint.conf
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: io.github.alainm23.planify.Devel.flatpak
manifest-path: build-aux/io.github.alainm23.planify.Devel.json
cache-key: flatpak-builder-${{ github.sha }}
repository-name: flathub-beta
repository-url: https://flathub.org/beta-repo/flathub-beta.flatpakrepo # until GNOME 45
2 changes: 1 addition & 1 deletion meson_options.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
option('tracing', type: 'boolean', value: false, description: 'add extra debugging information')
option('profile', type: 'combo', choices: ['default', 'development'], value: 'default')
option('profile', type: 'combo', choices: ['default', 'development'], value: 'development')

0 comments on commit 9f4cc32

Please sign in to comment.