Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit df390c3

Browse files
committed
[CI] Include itself
1 parent 210325a commit df390c3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: .github/workflows/compile-examples.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
platforms: |
4444
- name: arduino:mbed_portenta
4545
libraries: |
46+
- source-path: ./
4647
- name: ArduinoRS485
48+
sketch-paths: |
49+
- examples
4750
enable-deltas-report: true
4851
enable-warnings-report: true
4952
sketches-report-path: ${{ env.SKETCHES_REPORTS_PATH }}

Diff for: library.properties

-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ url=https://github.com/arduino-libraries/Arduino_MachineControl
99
architectures=mbed, mbed_portenta
1010
includes=Arduino_MachineControl.h
1111
depends=ArduinoRS485
12-

0 commit comments

Comments
 (0)