woodpecker/.woodpecker.yml
archos 8a90348a4e
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Add Woodpecker CI pipeline
2024-05-24 15:06:34 +02:00

8 lines
125 B
YAML

pipeline:
test:
image: ubuntu
commands:
- echo "Running tests"
- uname -a
- echo "Test complete"