test build on our own runner
This commit is contained in:
20
.gitea/workflows/detectors-firmware.yml
Normal file
20
.gitea/workflows/detectors-firmware.yml
Normal file
@ -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
|
Reference in New Issue
Block a user