site/.woodpecker.yaml

14 lines
255 B
YAML
Raw Normal View History

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