Skip to content

Commit 4426ca8

Browse files
committed
Modified for v3
1 parent 1e5e5d5 commit 4426ca8

3 files changed

Lines changed: 20 additions & 6 deletions

File tree

.github/workflows/Build_RPS_AppKit-E8.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ name: Build for AppKit-E8 Hardware
1818
on:
1919
workflow_dispatch:
2020
pull_request:
21-
branches: [main]
21+
branches: [v3]
2222
push:
23-
branches: [main]
23+
branches: [v3]
2424

2525
jobs:
2626
CI:
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- name: Checkout repository
3131
uses: actions/checkout@v6
32+
with:
33+
ref: v3
3234

3335
- name: Activate vcpkg
3436
uses: ARM-software/cmsis-actions/vcpkg@v1
@@ -50,6 +52,12 @@ jobs:
5052
key: ModelNova
5153
path: /home/runner/.cache/arm/packs/.Download
5254

55+
- name: Add Beta packs
56+
working-directory: ./
57+
run: |
58+
cpackget add ./packs/PyTorch.ExecuTorch.1.1.0-rc1-build.12/PyTorch.ExecuTorch.pdsc --agree-embedded-license
59+
cpackget add ./packs/AlifSemiconductor.Ensemble.2.2.0-dev8+g560eb47.pack --agree-embedded-license
60+
5361
- name: Build the target-set
5462
working-directory: ./RockPaperScissors/AppKit-E8_USB
5563
run: |
@@ -58,6 +66,6 @@ jobs:
5866
- name: Upload output of the built target-set
5967
uses: actions/upload-artifact@v7
6068
with:
61-
name: RPS_AppKit-E8-U85_HIL
69+
name: RPS_AppKit-E8-U85_HIL_V3
6270
path: |
6371
./RockPaperScissors/AppKit-E8_USB/out

.github/workflows/Build_Variants.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
key: ModelNova
7070
path: /home/runner/.cache/arm/packs/.Download
7171

72+
- name: Add Beta packs
73+
working-directory: ./
74+
run: |
75+
cpackget add ./packs/PyTorch.ExecuTorch.1.1.0-rc1-build.12/PyTorch.ExecuTorch.pdsc --agree-embedded-license
76+
cpackget add ./packs/AlifSemiconductor.Ensemble.2.2.0-dev8+g560eb47.pack --agree-embedded-license
77+
7278
- name: ${{matrix.context.tool}} Build-Test for context ${{matrix.context.proj}}.${{matrix.context.build-type}}+${{matrix.context.target-type}}
7379
working-directory: ${{matrix.context.dir}}
7480
run: |

.github/workflows/Run_RPS_AppKit-E8.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ name: Run on AppKit-E8 Hardware
1818
on:
1919
workflow_dispatch:
2020
pull_request:
21-
branches: [main]
21+
branches: [v3]
2222
push:
23-
branches: [main]
23+
branches: [v3]
2424

2525
jobs:
2626
CI:
@@ -43,7 +43,7 @@ jobs:
4343
uses: dawidd6/action-download-artifact@v17
4444
with:
4545
workflow: Build_RPS_AppKit-E8.yml
46-
name: RPS_AppKit-E8-U85_HIL
46+
name: RPS_AppKit-E8-U85_HIL_V3
4747
path: ./RockPaperScissors/AppKit-E8_USB/out
4848

4949
- name: Flash and run using pyOCD

0 commit comments

Comments
 (0)