first commit
All checks were successful
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICO) (push) Successful in 7s
OGX-Mini / OGX-Mini (OGX-Mini, PI_PICOW) (push) Successful in 6s

This commit is contained in:
Sthope 2025-03-18 19:26:51 +01:00
parent 1a6b2d1c99
commit 55f3e64db9

20
.gitea/workflows/build.yml Executable file
View File

@ -0,0 +1,20 @@
name: OGX-Mini
on:
push:
schedule:
- cron: "0 6 * * SUN"
jobs:
ogx_mini:
name: OGX-Mini
runs-on: ubuntu-latest
strategy:
matrix:
target: [PI_PICO, PI_PICOW]
project_name: [OGX-Mini]
steps:
- uses: actions/checkout@v4
- name: Docker Build
run: docker build -t github_gitea_checker -f Dockerfile .