Actually testing on forgjoe
This commit is contained in:
parent
a7e7f672ff
commit
79c6f41da1
1 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/debian-tests.yaml
Normal file
14
.forgejo/workflows/debian-tests.yaml
Normal 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
|
Loading…
Reference in a new issue