Add test on building the firmware without Wi-Fi to Actions

This commit is contained in:
Oleg Kalachev 2025-01-24 13:40:27 +03:00
parent dcfe39f8c9
commit 40043768fe

View File

@ -15,6 +15,8 @@ jobs:
run: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
- name: Build firmware
run: make
- name: Build firmware without Wi-Fi
run: sed -i 's/^#define WIFI_ENABLED 1$/#define WIFI_ENABLED 0/' flix/flix.ino && make
- name: Check c_cpp_properties.json
run: tools/check_c_cpp_properties.py