Add CI/CD gitea config.
This commit is contained in:
parent
09e3c4e268
commit
9588b7e7ec
9
.gitea/workflows/ci.yaml
Normal file
9
.gitea/workflows/ci.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: CI
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build:qemu-lagarto-ox-bench2:
|
||||
runs-on: native
|
||||
steps:
|
||||
- uses: https://gitea.com/ScMi1/checkout@v1.4
|
||||
- run: nix develop .#qemu-lagarto-ox --command ./boot.sh bench2
|
Loading…
Reference in New Issue
Block a user