Skip to content

Commit 313c298

Browse files
committed
Enable CI build of ModBus demo (integrated with OPC/UA sketch).
This fixes #13.
1 parent 22c63b8 commit 313c298

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
enable-deltas-report: true
3434
github-token: ${{ secrets.GITHUB_TOKEN }}
3535
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}
36+
cli-compile-flags: |
37+
- --build-property
38+
- compiler.cpp.extra_flags=-DUSE_MODBUS_SENSOR_MD02=1
3639
3740
# This step is needed to pass the size data to the report job.
3841
- name: Upload sketches report to workflow artifact

0 commit comments

Comments
 (0)