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