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