File: flatpak.yml

package info (click to toggle)
sequeler 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,336 kB
  • sloc: python: 13; xml: 6; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 582 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
on:
  push:
  # branches: [master]
  pull_request:
name: CI
jobs:
  flatpak-builder:
    name: "Flatpak Builder"
    runs-on: ubuntu-20.04
    container:
      image: bilelmoussaoui/flatpak-github-actions:elementary-juno
      options: --privileged
    steps:
      - uses: actions/checkout@v2
      - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@master
        with:
          bundle: "sequeler-nightly.flatpak"
          manifest-path: "build-aux/com.github.alecaddd.sequeler.json"
          run-tests: true
          cache-key: "flatpak-builder-${{ github.sha }}"