Skip to content

Commit 4e4411e

Browse files
committed
ci: add library dependencies and new examples
1 parent 859ceb4 commit 4e4411e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/compile-examples.yml

+6
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,16 @@ jobs:
2121
UNIVERSAL_LIBRARIES: |
2222
- source-path: ./
2323
- name: Arduino_DebugUtils
24+
- name: Arduino_SecureElement
25+
- name: ArduinoECCX08
26+
- name: WiFiNINA
2427
# sketch paths to compile (recursive) for all boards
2528
UNIVERSAL_SKETCH_PATHS: |
2629
- examples/lzssDecoder
2730
- examples/crc32
31+
- examples/crc16
32+
- examples/sha256
33+
- examples/boardID
2834
SKETCHES_REPORTS_PATH: sketches-reports
2935

3036
strategy:

0 commit comments

Comments
 (0)