Create multiple pipelines for Woodpecker-CI at Codeberg
[kconfig-hardened-check.git] / .woodpecker / engine_unit-test.yml
diff --git a/.woodpecker/engine_unit-test.yml b/.woodpecker/engine_unit-test.yml
new file mode 100644 (file)
index 0000000..b6711c5
--- /dev/null
@@ -0,0 +1,16 @@
+# .woodpecker.yml
+pipeline:
+  hello-step:
+    image: python:3
+    commands:
+      - echo "Hello, this is the engine unit-test"
+  build:
+    image: python:3
+    commands:
+      - echo "Building..."
+      - python --version
+  a-test-step:
+    image: python:3
+    commands:
+      - echo "Testing..."
+      - ./bin/kconfig-hardened-check