ringbuf/.woodpecker/test.yaml
Imbus 06a5b53bd9
Some checks failed
ci/woodpecker/push/test Pipeline failed
CI test
2024-12-25 19:36:52 +01:00

16 lines
319 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: debian
commands:
- sudo apt install libcmocka-dev
- echo "echo hello" > executable.sh
- chmod +x executable.sh
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable.sh