Skip to content

Commit

Permalink
[CI] add new example; rm PubSubClient dep
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 7, 2024
1 parent 5b32020 commit a57a390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_arduino.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- examples/InteractiveServer_Mesh
- examples/MQTT/mqtt_basic
- examples/MQTT/mqtt_basic_2
- examples/MQTT/mqtt_basic_no_blk
- examples/SimpleClient_Mesh
# these need RF24_TAP defined
Expand All @@ -42,7 +43,6 @@ jobs:
- source-url: https://github.com/nRF24/RF24.git
- source-url: https://github.com/nRF24/RF24Network.git
- source-url: https://github.com/nRF24/RF24Mesh.git
- name: PubSubClient
- name: MQTT
- source-path: ./
fqbn: ${{ matrix.fqbn }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
example-path: ${{ matrix.example }}
board-id: ${{ matrix.board }}
lib-deps: -l knolleary/PubSubClient -l 256dpi/MQTT
lib-deps: -l 256dpi/MQTT
strategy:
fail-fast: false
matrix:
Expand All @@ -48,6 +48,7 @@ jobs:
- "examples/InteractiveServer_Mesh/*"
- "examples/MQTT/mqtt_basic/mqtt_basic.ino"
- "examples/MQTT/mqtt_basic_2/mqtt_basic_2.ino"
- "examples/MQTT/mqtt_basic_no_blk/mqtt_basic_no_blk.ino"
- "examples/SimpleClient_Mesh/SimpleClient_Mesh.ino"

# these need RF24_TAP defined
Expand Down

0 comments on commit a57a390

Please sign in to comment.