Create main.yml
parent
fd2fcc3330
commit
2ca2232afb
|
@ -0,0 +1,19 @@
|
|||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
name: CI
|
||||
jobs:
|
||||
flatpak:
|
||||
name: "Flatpak"
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: bilelmoussaoui/flatpak-github-actions:gnome-40
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
|
||||
with:
|
||||
bundle: palette.flatpak
|
||||
manifest-path: org.gnome.zbrown.Palette.yml
|
||||
cache-key: flatpak-builder-${{ github.sha }}
|
Loading…
Reference in New Issue