Add Woodpecker Debian package pipeline
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
2026-05-04 14:51:57 +02:00
parent 1ada8c6e5f
commit 93e90a1839
7 changed files with 257 additions and 0 deletions

13
.woodpecker.yml Normal file
View File

@@ -0,0 +1,13 @@
steps:
- name: build-and-upload-debian-package
image: ubuntu:24.04
pull: true
environment:
GITEA_PACKAGE_TOKEN:
from_secret: gitea_token
commands:
- ./scripts/ci/bootstrap-apt.sh
- ./scripts/ci/build-package.sh
- ./scripts/ci/upload-package.sh
when:
- event: [push, cron, manual]