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

15 lines
280 B
YAML
Raw Permalink Normal View History

2024-12-28 22:09:54 +01:00
on:
push:
2024-12-28 22:19:57 +01:00
branches: [master]
2024-12-28 22:09:54 +01:00
jobs:
test:
runs-on: debian
container:
image: debian:bookworm
steps:
2024-12-28 22:19:57 +01:00
- uses: actions/checkout@v4
2024-12-28 22:09:54 +01:00
- run: apt update
- run: apt install make gcc -y
- run: make test/test.elf
- run: ./test/test.elf