Add GPIO app and update CI (#5)
This commit is contained in:
committed by
GitHub
parent
b6cd11221e
commit
37c5002c5d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user