CTree/.forgejo/workflows/debian-tests.yaml

15 lines
254 B
YAML
Raw Normal View History

2024-12-28 22:09:54 +01:00
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