Skip to content

Commit

Permalink
Added ILI9341 example on CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 7, 2024
1 parent ff45bcd commit 923a4c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
- name: Download Arduino Dependencies
run: |
git clone https://github.com/nkaaf/Arduino-List.git
git clone https://github.com/fdivitto/fabgl.git
- name: Build Arduino library
run: |
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library Arduino-List --library src --build-path build examples/full_example/full_example.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library Arduino-List --library fabgl --library src --build-path build examples/ili9341_example/ili9341_example.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library Arduino-List --library src --build-path build examples/shell_example/shell_example.ino

0 comments on commit 923a4c9

Please sign in to comment.