summary refs log blame commit diff stats
path: root/.github/workflows/flatpak-build.yml
blob: 60041212c388b3b2c68d268582bc237e624b02f5 (plain) (tree)
1
2
3
4
5
6
7
8
9
                   


             
               

               
               
 
     
                












                                                                    
name: Flatpak Build
on:
  push:
    branches:
      - default
  pull_request:
    branches:
      - default

jobs:
  flatpak_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