Update .woodpecker.json
This commit is contained in:
parent
010646c762
commit
5f36b81cda
@ -7,17 +7,18 @@
|
|||||||
event: ["push", "pull_request", "manual"]
|
event: ["push", "pull_request", "manual"]
|
||||||
},
|
},
|
||||||
commands: [
|
commands: [
|
||||||
"echo Setting up Flatpak.",
|
"echo 'Setting up Flatpak.'",
|
||||||
|
"apk add flatpak,"
|
||||||
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
|
"flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo",
|
||||||
"flatpak update -y",
|
"flatpak update -y",
|
||||||
|
|
||||||
"echo Installing Stow Flatpak Dependancies.",
|
"echo 'Installing Stow Flatpak Dependancies.'",
|
||||||
"flatpak-builder --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml",
|
"flatpak-builder --install-deps-only --install-deps-from=flathub build org.gnu.Stow.yml",
|
||||||
|
|
||||||
"echo Building Stow in a Flatpak.",
|
"echo 'Building Stow in a Flatpak.'",
|
||||||
"flatpak-builder --install build org.gnu.Stow.yml",
|
"flatpak-builder --install build org.gnu.Stow.yml",
|
||||||
|
|
||||||
"echo Packaging Stow Flatpak Bundle.",
|
"echo 'Packaging Stow Flatpak Bundle.'",
|
||||||
"flatpak build-bundle repo stowapp.flatpak org.gnu.Stow"
|
"flatpak build-bundle repo stowapp.flatpak org.gnu.Stow"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user