feat(ci): Add Woodpecker #71

Merged
Anri merged 16 commits from :main into main 2023-02-14 21:01:44 +01:00
Showing only changes of commit 2510dd53a8 - Show all commits

View file

@ -0,0 +1,9 @@
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."