Merge pull request #3 from aunetx/automated-workflows

This commit is contained in:
Aurélien Hamy 2021-11-15 16:31:33 +01:00 committed by GitHub
commit 7cb3179a4a
1 changed files with 23 additions and 0 deletions

23
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,23 @@
on:
push:
tags:
- '*'
name: Build
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-21.08
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 }}
- uses: actions/setup-node@v2
with:
node-version: 14
- run: make install_build_deps