add CI files
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/build unknown status

add makefile

add fpm conf
This commit is contained in:
Simon Vieille 2024-07-30 21:34:05 +02:00
commit 87e76093a5
Signed by: deblan
GPG key ID: 579388D585F70417
8 changed files with 155 additions and 1 deletions

15
.woodpecker/test.yml Normal file
View file

@ -0,0 +1,15 @@
when:
- event: [pull_request, tag]
- event: push
branch:
- ${CI_REPO_DEFAULT_BRANCH}
- develop
- feature/*
- release/*
- renovate/*
steps:
"Check sehll scripts":
image: pipelinecomponents/shellcheck
commands:
- shellcheck ./bin/*.sh