This commit is contained in:
Oleg Kalachev
2026-08-10 02:41:53 +03:00
parent b8f93becca
commit 9a17ca848d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ jobs:
- name: Build firmware for ESP32-C3
run: make BOARD=esp32:esp32:esp32c3
- name: Build firmware for ESP32-S3 with QSPI PSRAM
run: make BOARD=esp32:esp32:esp32s3:CDCOnBoot=cdc,PSRAM=enabled && mv flix/build/esp32.esp32.esp32s3 flix/build/esp32.esp32.esp32s3.qspi
run: make BOARD=esp32:esp32:esp32s3:CDCOnBoot=cdc,PSRAM=enabled EXTRA=--output-dir=flix/build/esp32.esp32.esp32s3.qspi
- name: Build firmware for ESP32-S3 with OPI PSRAM
run: make BOARD=esp32:esp32:esp32s3:CDCOnBoot=cdc,PSRAM=opi && mv flix/build/esp32.esp32.esp32s3 flix/build/esp32.esp32.esp32s3.opi
run: make BOARD=esp32:esp32:esp32s3:CDCOnBoot=cdc,PSRAM=opi EXTRA=--output-dir=flix/build/esp32.esp32.esp32s3.opi
- name: Build firmware for ESP32-S3
run: make BOARD=esp32:esp32:esp32s3
- name: Upload binaries