File: CI.yml

package info (click to toggle)
plattenalbum 2.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,156 kB
  • sloc: python: 2,572; xml: 62; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
on:
  push:
    branches: [master]
  pull_request:

name: CI

jobs:

  flatpak:
    name: Flatpak
    runs-on: ubuntu-latest
    container:
      image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
      options: --privileged
    steps:
    - uses: actions/checkout@v4
    - uses: flatpak/flatpak-github-actions/flatpak-builder@master
      with:
        bundle: plattenalbum.flatpak
        manifest-path: de.wagnermartin.Plattenalbum.json
        run-tests: true
        cache-key: flatpak-builder-${{ github.sha }}
        upload-artifact: false