Actually testing on forgjoe
All checks were successful
ci/woodpecker/push/test Pipeline was successful
/ test (push) Successful in 4s

This commit is contained in:
Imbus 2024-12-28 22:09:54 +01:00
parent a7e7f672ff
commit 79c6f41da1

View file

@ -0,0 +1,14 @@
on:
push:
branches:
- 'master'
jobs:
test:
runs-on: debian
container:
image: debian:bookworm
steps:
- run: apt update
- run: apt install make gcc -y
- run: make test/test.elf
- run: ./test/test.elf