Initial test

This commit is contained in:
Imbus 2024-12-26 16:02:25 +01:00
parent 2aa41b9e4f
commit 594a3065ad

17
.woodpecker/test.yaml Normal file
View file

@ -0,0 +1,17 @@
when:
- event: push
branch: master
steps:
- name: build
image: debian
commands:
- apt update
- apt install gcc -y
- apt install make -y
- make -j$(nproc) test.elf
- name: run-tests
image: debian
commands:
- test.elf