This commit is contained in:
parent
03fbe61d07
commit
f550547062
@ -7,13 +7,15 @@
|
||||
"event": ["push", "pull_request", "manual"]
|
||||
},
|
||||
"commands": [
|
||||
"echo Install the builder",
|
||||
"echo Install the builder.",
|
||||
"apk add flatpak-builder",
|
||||
|
||||
"echo Building Stow in a Flatpak",
|
||||
"flatpak-builder --user --install --install-deps-from='https://dl.flathub.org/repo/flathub.flatpakrepo' build org.gnu.Stow.yml",
|
||||
"echo Installing Stow Flatpak Dependancies.",
|
||||
"flatpak-builder --user --install-deps-only build org.gnu.Stow.yml",
|
||||
"echo Building Stow in a Flatpak.",
|
||||
"flatpak-builder --user --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"
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user