Skip to content

Commit

Permalink
.github: add apj builds as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Dec 6, 2023
1 parent aedc3de commit 9046bf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
cp build/Here3+/bin/AP_Periph.bin release/Here3Plus_FW.bin
cp build/Here3+/bin/AP_Periph_with_bl.hex release/Here3Plus_FW_with_bl.hex
cp build/Here3+/bin/AP_Periph release/Here3Plus_FW.elf
cp build/Here3+/bin/AP_Periph.apj release/Here3+_FW.apj
- name: Download CubeID firmware for Here4
run: |
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
cp build/Here4/bin/AP_Periph.bin release/Here4_FW.bin
cp build/Here4/bin/AP_Periph_with_bl.hex release/Here4_FW_with_bl.hex
cp build/Here4/bin/AP_Periph release/Here4_FW.elf
cp build/Here4/bin/AP_Periph.apj release/Here4_FW.apj
- name: configure
run: ./waf configure --board HerePro -g
- name: build
Expand All @@ -116,6 +118,7 @@ jobs:
cp build/HerePro/bin/AP_Periph.bin release/HerePro_FW.bin
cp build/HerePro/bin/AP_Periph_with_bl.hex release/HerePro_FW_with_bl.hex
cp build/HerePro/bin/AP_Periph release/HerePro_FW.elf
cp build/HerePro/bin/AP_Periph.apj release/HerePro_FW.apj
- name: configure
run: ./waf configure --board HereProAlpha -g
- name: build
Expand All @@ -124,6 +127,7 @@ jobs:
run: |
cp build/HereProAlpha/bin/AP_Periph.bin release/HereProAlpha_FW.bin
cp build/HereProAlpha/bin/AP_Periph release/HereProAlpha_FW.elf
cp build/HereProAlpha/bin/AP_Periph.apj release/HereProAlpha_FW.apj
- name: package release
run: |
cd release
Expand Down

0 comments on commit 9046bf9

Please sign in to comment.