Skip to content

Commit

Permalink
Add test on building the firmware without Wi-Fi to Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Jan 24, 2025
1 parent dcfe39f commit 4004376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4004376

Please sign in to comment.