projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45c60b
)
Create a configuration template for Codeberg CI (.woodpecker.yml)
author
Alexander Popov
<alex.popov@linux.com>
Sun, 7 May 2023 17:28:45 +0000
(20:28 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sun, 7 May 2023 17:37:37 +0000
(20:37 +0300)
.woodpecker.yml
[new file with mode: 0644]
patch
|
blob
diff --git a/.woodpecker.yml
b/.woodpecker.yml
new file mode 100644
(file)
index 0000000..
5210bdd
--- /dev/null
+++ b/
.woodpecker.yml
@@ -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