Commit 51cdffd5 by Alexander Popov

Create a configuration template for Codeberg CI (.woodpecker.yml)

No related merge requests found
# .woodpecker.yml
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
- ls -la
a-test-step:
image: debian
commands:
- echo "Testing.."
- ls -la
- cat ./bin/kconfig-hardened-check
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment