Skip to content

Commit

Permalink
Fixed CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 26, 2024
1 parent 435273a commit ed8392b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
- name: Arduino ESP32 Platform Installation
run: arduino-cli core install esp32:esp32

- name: Download Arduino Dependencies
run: |
git clone https://github.com/nkaaf/Arduino-List.git
- name: Build Arduino library
run: |
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --build-path build examples/full_example/full_example.ino
arduino-cli compile --fqbn esp32:esp32:esp32wrover --library src --build-path build examples/shell_example/shell_example.ino
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 src --build-path build examples/shell_example/shell_example.ino

0 comments on commit ed8392b

Please sign in to comment.