add CI files
add makefile add fpm conf
This commit is contained in:
parent
57527983c1
commit
87e76093a5
8 changed files with 155 additions and 1 deletions
15
.woodpecker/test.yml
Normal file
15
.woodpecker/test.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue