mirror of
https://github.com/okalachev/flix.git
synced 2026-01-11 13:36:43 +00:00
Add ESP32-S3 build to Actions
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -23,7 +23,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: firmware-binary
|
name: firmware-binary
|
||||||
path: flix/build
|
path: flix/build
|
||||||
- name: Build firmware without Wi-Fi
|
- name: Build firmware for ESP32-S3
|
||||||
|
run: make BOARD=esp32:esp32:esp32s3
|
||||||
|
- name: Build firmware with WiFi disabled
|
||||||
run: sed -i 's/^#define WIFI_ENABLED 1$/#define WIFI_ENABLED 0/' flix/flix.ino && make
|
run: sed -i 's/^#define WIFI_ENABLED 1$/#define WIFI_ENABLED 0/' flix/flix.ino && make
|
||||||
- name: Check c_cpp_properties.json
|
- name: Check c_cpp_properties.json
|
||||||
run: tools/check_c_cpp_properties.py
|
run: tools/check_c_cpp_properties.py
|
||||||
|
|||||||
Reference in New Issue
Block a user