ringbuf/.woodpecker/test.yaml
Imbus ff984caf35
Some checks failed
ci/woodpecker/push/test Pipeline failed
Fix CI
2024-12-25 19:56:32 +01:00

18 lines
323 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: debian
commands:
- apt update
- apt install libcmocka-dev -y
- apt install gcc -y
- apt install make -y
- make -j$(nproc) test/test.elf
- name: run-tests
image: debian
commands:
- ./test/test.elf