From: Alexander Popov Date: Sun, 7 May 2023 17:28:45 +0000 (+0300) Subject: Create a configuration template for Codeberg CI (.woodpecker.yml) X-Git-Tag: v0.6.6~163 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=51cdffd591e50cb8c8a31fe0ff02f7fea2d554f6;hp=f45c60b649578dc6ded2f5ebfc5b3ed9c222cb9d;p=kconfig-hardened-check.git Create a configuration template for Codeberg CI (.woodpecker.yml) --- diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 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