Skip to content

Commit

Permalink
Updated workflow. Added example to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 14, 2023
1 parent 68e5859 commit a84cf07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/arduino_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:

- name: Build Arduino library
run: |
arduino-cli compile --fqbn arduino:avr:uno --library src --build-path build examples/board_info/board_info.ino
arduino-cli compile --fqbn arduino:avr:uno --library src --build-path build examples/dial_up/dial_up.ino
arduino-cli compile --fqbn arduino:avr:uno --library src --build-path build examples/handshake/handshake.ino
arduino-cli compile --fqbn arduino:avr:uno --library src --build-path build examples/sms_send_example/sms_send_example.ino

0 comments on commit a84cf07

Please sign in to comment.