Skip to content

Commit 107c123

Browse files
authored
Build for P4 in CI
1 parent 7c89e09 commit 107c123

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ jobs:
123123
- name: ESP32_GENERIC_S3-SPIRAM_OCT-32_OCTFLASH
124124
run: python3 make.py esp32 BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT --flash-size=32 --octal-flash DISPLAY=all INDEV=all EXPANDER=all --ccache --no-scrub
125125

126+
- name: ESP32_GENERIC_P4-4
127+
run: python3 make.py esp32 BOARD=ESP32_GENERIC_P4 --flash-size=4 DISPLAY=all INDEV=all EXPANDER=all --ccache --no-scrub
128+
129+
- name: ESP32_GENERIC_P4-8
130+
run: python3 make.py esp32 BOARD=ESP32_GENERIC_P4 --flash-size=8 DISPLAY=all INDEV=all EXPANDER=all --ccache --no-scrub
131+
126132
# rp2-rel:
127133
# runs-on: ubuntu-latest
128134
# steps:

0 commit comments

Comments
 (0)