Add GPIO app and update CI (#5)

This commit is contained in:
Ken Van Hoeylandt
2025-10-05 18:43:35 +02:00
committed by GitHub
parent b6cd11221e
commit 37c5002c5d
13 changed files with 1004 additions and 7 deletions
+18 -3
View File
@@ -17,14 +17,22 @@ jobs:
uses: ./.github/actions/build-app
with:
app_name: Calculator
HelloWorld:
Diceware:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-app
with:
app_name: HelloWorld
app_name: Diceware
GPIO:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-app
with:
app_name: GPIO
GraphicsDemo:
runs-on: ubuntu-latest
steps:
@@ -33,4 +41,11 @@ jobs:
uses: ./.github/actions/build-app
with:
app_name: GraphicsDemo
HelloWorld:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Build"
uses: ./.github/actions/build-app
with:
app_name: HelloWorld