mirror of
https://github.com/okalachev/flix.git
synced 2026-08-16 00:38:56 +00:00
Upload all binaries to artifacts
This commit is contained in:
@@ -18,15 +18,15 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ARDUINO_SKETCH_ALWAYS_EXPORT_BINARIES: 1
|
ARDUINO_SKETCH_ALWAYS_EXPORT_BINARIES: 1
|
||||||
run: make
|
run: make
|
||||||
|
- name: Build firmware for ESP32-C3
|
||||||
|
run: make BOARD=esp32:esp32:esp32c3
|
||||||
|
- name: Build firmware for ESP32-S3
|
||||||
|
run: make BOARD=esp32:esp32:esp32s3
|
||||||
- name: Upload binaries
|
- name: Upload binaries
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: firmware-binary
|
name: firmware-binary
|
||||||
path: flix/build
|
path: flix/build
|
||||||
- name: Build firmware for ESP32-C3
|
|
||||||
run: make BOARD=esp32:esp32:esp32c3
|
|
||||||
- name: Build firmware for ESP32-S3
|
|
||||||
run: make BOARD=esp32:esp32:esp32s3
|
|
||||||
- name: Build espnow-proxy
|
- name: Build espnow-proxy
|
||||||
run: arduino-cli compile --fqbn esp32:esp32:esp32 tools/espnow-proxy
|
run: arduino-cli compile --fqbn esp32:esp32:esp32 tools/espnow-proxy
|
||||||
- name: Check c_cpp_properties.json
|
- name: Check c_cpp_properties.json
|
||||||
|
|||||||
Reference in New Issue
Block a user