summary refs log blame commit diff stats
path: root/.github/workflows/flatpak-build.yml
blob: 5a0371b99e842faf59636f2141a239d61127b33b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                    
name: Flatpak Build
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    container:
      image: bilelmoussaoui/flatpak-github-actions:gnome-40
      options: --privileged
    steps:
    - uses: actions/checkout@v2
      with:
        submodules: true

    - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
      with:
        bundle: hexchat.flatpak
        manifest-path: flatpak/io.github.Hexchat.json