Skip to content

Commit 0632a14

Browse files
authored
Merge pull request #16 from bcmi-labs/fix-13
Enable CI build of ModBus demo (integrated with OPC/UA sketch).
2 parents 22c63b8 + 5c10291 commit 0632a14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,14 @@ jobs:
3030
- name: Arduino_Opta_Blueprint
3131
- name: Arduino_SerialUpdater
3232
- name: Arduino_DebugUtils
33+
- name: ArduinoRS485
34+
- name: ArduinoModbus
3335
enable-deltas-report: true
3436
github-token: ${{ secrets.GITHUB_TOKEN }}
3537
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
38+
cli-compile-flags: |
39+
- --build-property
40+
- compiler.cpp.extra_flags=-DUSE_MODBUS_SENSOR_MD02=1
3641
3742
# This step is needed to pass the size data to the report job.
3843
- name: Upload sketches report to workflow artifact

0 commit comments

Comments
 (0)