ringbuf/.woodpecker/test.yaml
Imbus a6651f05a5
All checks were successful
ci/woodpecker/push/test Pipeline was successful
CI
2024-12-25 20:04:46 +01:00

20 lines
376 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 update
- apt install libcmocka0 -y
- ./test/test.elf