This commit is contained in:
parent
d0c4e0f71d
commit
104930436c
@ -3,7 +3,6 @@
|
||||
build: {
|
||||
image: "alpine",
|
||||
when: {
|
||||
platform: "linux/x86_64",
|
||||
branch: ["main", "woodpecker"],
|
||||
event: ["push", "pull_request", "manual"]
|
||||
},
|
||||
@ -12,8 +11,9 @@
|
||||
"apk add flatpak-builder",
|
||||
|
||||
"echo Installing Stow Flatpak Dependancies.",
|
||||
"flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
|
||||
"flatpak-builder --user --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml",
|
||||
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
|
||||
"flatpak install --user -y org.freedesktop.Sdk//23.08",
|
||||
|
||||
"echo Building Stow in a Flatpak.",
|
||||
"flatpak-builder --user --install build org.gnu.Stow.yml",
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user