CTree/.forgejo/workflows/debian-tests.yaml
Imbus 79c6f41da1
All checks were successful
ci/woodpecker/push/test Pipeline was successful
/ test (push) Successful in 4s
Actually testing on forgjoe
2024-12-28 22:09:54 +01:00

14 lines
254 B
YAML

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