Woodpecker testing
All checks were successful
/ test (push) Successful in 6s
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Imbus 2024-12-28 22:02:21 +01:00
parent f7e946afa9
commit 2010faadd6

20
.woodpecker/test.yaml Normal file
View file

@ -0,0 +1,20 @@
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