Initial CI/CD pipeline #3
1 changed files with 2 additions and 4 deletions
|
|
@ -23,13 +23,11 @@ jobs:
|
||||||
options: --privileged
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Pre-install Flatpak SDK
|
|
||||||
run: |
|
|
||||||
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
|
||||||
flatpak install --user --noninteractive org.gnome.Platform//50 org.gnome.Sdk//50 2>&1 | tail -5
|
|
||||||
- uses: https://github.com/flatpak/flatpak-github-actions/flatpak-builder@v6.7
|
- uses: https://github.com/flatpak/flatpak-github-actions/flatpak-builder@v6.7
|
||||||
with:
|
with:
|
||||||
manifest-path: dev.bscubed.Luminate.json
|
manifest-path: dev.bscubed.Luminate.json
|
||||||
bundle: Luminate.flatpak
|
bundle: Luminate.flatpak
|
||||||
cache-key: flatpak-pr-${{ forge.sha }}
|
cache-key: flatpak-pr-${{ forge.sha }}
|
||||||
upload-artifact: false
|
upload-artifact: false
|
||||||
|
state-dir: /tmp/flatpak-builder-state
|
||||||
|
repo-dir: /tmp/flatpak-builder-repo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue