~aleteoryx/sexchat

ref: 2f53a59a4d3899bcb83d4399e520f0472f12ccfa sexchat/.github/workflows/flatpak-build.yml -rw-r--r-- 508 bytes
2f53a59aAleteoryx add msgid to xtext and scrollback 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: Flatpak Build
on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master

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