This commit is contained in:
parent
ea0d6a7aaa
commit
2bd9c3ee9c
21
.woodpecker.json
Normal file
21
.woodpecker.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"steps": {
|
||||
"build": {
|
||||
"image": "alpine:latest",
|
||||
"when": {
|
||||
"branch": ["main", "woodpecker"],
|
||||
"event": ["push", "pull_request", "manual"]
|
||||
},
|
||||
"commands": [
|
||||
"echo Install the builder",
|
||||
"apk add flatpak-builder",
|
||||
|
||||
"echo Building Stow in a Flatpak",
|
||||
"flatpak-builder --user --install build org.gnu.Stow.yml",
|
||||
|
||||
"echo Packaging Stow Flatpak Bundle",
|
||||
"flatpak build-bundle repo stowapp.flatpak org.gnu.Stow"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user