From cb57ec5001ca6e909f9e5cdf13018a00b768b311 Mon Sep 17 00:00:00 2001 From: Martin Mueller Date: Thu, 12 Jun 2025 17:36:53 +0200 Subject: [PATCH] test build on our own runner --- .gitea/workflows/detectors-firmware.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .gitea/workflows/detectors-firmware.yml diff --git a/.gitea/workflows/detectors-firmware.yml b/.gitea/workflows/detectors-firmware.yml new file mode 100644 index 0000000..e284123 --- /dev/null +++ b/.gitea/workflows/detectors-firmware.yml @@ -0,0 +1,20 @@ +name: Build on our own server + +on: + push: + workflow_dispatch: + +permissions: + contents: read + +jobs: + build: + runs-on: "detectors-firmware" + steps: + - uses: actions/checkout@v4 + + + - name: Build library + run: | + echo "Hello World" + hostname