guide.deuxfleurs.fr/.woodpecker.yaml

15 lines
240 B
YAML
Raw Normal View History

2025-01-06 21:15:46 +01:00
when:
- event: push
branch: main
2024-03-17 11:27:09 +01:00
steps:
- name: build
2025-01-06 21:15:46 +01:00
image: debian
2024-12-13 23:09:02 +01:00
commands:
2025-01-06 21:15:46 +01:00
- echo "This is the build step"
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable