Create multiple pipelines for Woodpecker-CI at Codeberg
[kconfig-hardened-check.git] / .woodpecker / engine_unit-test.yml
1 # .woodpecker.yml
2 pipeline:
3   hello-step:
4     image: python:3
5     commands:
6       - echo "Hello, this is the engine unit-test"
7   build:
8     image: python:3
9     commands:
10       - echo "Building..."
11       - python --version
12   a-test-step:
13     image: python:3
14     commands:
15       - echo "Testing..."
16       - ./bin/kconfig-hardened-check