site/.woodpecker.yaml

14 lines
255 B
YAML
Raw Normal View History

2024-12-13 21:45:38 +01:00
nch: main
steps:
2024-12-13 21:45:38 +01:00
- name: build
image: debian
2024-04-28 12:51:54 +02:00
commands:
2024-12-13 21:45:38 +01:00
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
2024-12-13 21:45:38 +01:00
- echo "Testing ..."
- ./executable