mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-08 12:12:39 +01:00
18 lines
438 B
YAML
18 lines
438 B
YAML
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
|