Tooth/.github/workflows/build.yml

21 lines
527 B
YAML

on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-43
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
with:
bundle: "dev.geopjr.tooth.flatpak"
manifest-path: "dev.geopjr.tooth.json"
run-tests: "true"
cache-key: flatpak-builder-${{ github.sha }}