File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ name: Build for AppKit-E8 Hardware
1818on :
1919 workflow_dispatch :
2020 pull_request :
21- branches : [main ]
21+ branches : [v3 ]
2222 push :
23- branches : [main ]
23+ branches : [v3 ]
2424
2525jobs :
2626 CI :
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
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 : |
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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ name: Run on AppKit-E8 Hardware
1818on :
1919 workflow_dispatch :
2020 pull_request :
21- branches : [main ]
21+ branches : [v3 ]
2222 push :
23- branches : [main ]
23+ branches : [v3 ]
2424
2525jobs :
2626 CI :
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
You can’t perform that action at this time.
0 commit comments