mirror of
https://github.com/aunetx/deezer-linux.git
synced 2025-07-25 22:54:57 +02:00
Create build.yml
This commit is contained in:
parent
7893183fe7
commit
5fa43240ef
23
.github/workflows/build.yml
vendored
Normal file
23
.github/workflows/build.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user