diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..f1085cd --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,9 @@ +pipeline: + build: + image: debian + commands: + - echo "This is the build step" + a-test-step: + image: debian + commands: + - echo "Testing.."