ringbuf/.woodpecker/test.yaml
Imbus b11edb59f4
Some checks failed
ci/woodpecker/push/test Pipeline failed
...
2024-12-25 20:03:35 +01:00

19 lines
360 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:
- apt install libcmocka-dev -y
- ./test/test.elf