ringbuf/.woodpecker/test.yaml
Imbus 4e8f158c91
Some checks failed
ci/woodpecker/push/test Pipeline failed
Woke devs naming scheme fucked me again
2024-12-25 19:22:39 +01:00

15 lines
292 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: debian
commands:
# - sudo apt install cmocka libcmocka
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable