Add Woodpecker CI pipeline
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
archos 2024-05-24 15:06:34 +02:00
parent a21a7d4265
commit 8a90348a4e

7
.woodpecker.yml Normal file
View File

@ -0,0 +1,7 @@
pipeline:
test:
image: ubuntu
commands:
- echo "Running tests"
- uname -a
- echo "Test complete"