creating CI/CD pipeline
Some checks failed
Build Flatpak / Build Flatpak (push) Failing after 22s

This commit is contained in:
2025-12-06 01:04:09 +01:00
parent 734fc0675b
commit b438eb1178
2 changed files with 43 additions and 2 deletions

View File

@@ -0,0 +1,29 @@
name: Build Flatpak
on:
push:
branches: [main]
pull_request:
jobs:
flatpak:
name: "Build Flatpak"
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Flatpak
uses: flatpak/flatpak-builder-action@v6
with:
manifest-path: gay.valhrafnaz.Voidmanifest.json
bundle: gay.valhrafnaz.Voidmanifest.flatpak
cache-key: flatpak-builder-${{ github.sha }}
- name: Upload Flatpak artifact
uses: actions/upload-artifact@v4
with:
name: void-manifest-flatpak
path: gay.valhrafnaz.Voidmanifest.flatpak

View File

@@ -30,9 +30,21 @@
"sources" : [
{
"type" : "git",
"url" : "https://git.valhrafnaz.gay/valhrafnaz/Voidmanifest.git"
"url" : "https://git.valhrafnaz.gay/valhrafnaz/VoidManifest.git"
}
]
}
},
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"cleanup": ["*"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/blueprint-compiler",
"tag": "v0.18.0"
}
]
}
]
}