Add Woodpecker CI pipeline
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
archos 2024-05-24 15:11:19 +02:00
parent 8a90348a4e
commit 8e81adf4de

View File

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