From 9588b7e7ec2713dea37d898c19712da9ebeb8817 Mon Sep 17 00:00:00 2001 From: Dylan Bautista Date: Thu, 27 Feb 2025 10:40:09 +0100 Subject: [PATCH] Add CI/CD gitea config. --- .gitea/workflows/ci.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..dc05902 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -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 \ No newline at end of file