Create a configuration template for Codeberg CI (.woodpecker.yml)
authorAlexander Popov <alex.popov@linux.com>
Sun, 7 May 2023 17:28:45 +0000 (20:28 +0300)
committerAlexander Popov <alex.popov@linux.com>
Sun, 7 May 2023 17:37:37 +0000 (20:37 +0300)
.woodpecker.yml [new file with mode: 0644]

diff --git a/.woodpecker.yml b/.woodpecker.yml
new file mode 100644 (file)
index 0000000..5210bdd
--- /dev/null
@@ -0,0 +1,13 @@
+# .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