test-woodpecker-python/.woodpecker/build.yaml

18 lines
308 B
YAML
Raw Normal View History

2025-06-20 19:03:22 +02:00
when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
- echo "This is the build step"
- echo "echo Foo" > executable
2025-06-20 19:07:02 +02:00
- run "chmod a+x executable"
2025-06-20 19:03:22 +02:00
- name: a-test-step
image: alpine
commands:
- echo "Testing ..."
- ./executable