Skip to content

Commit e63dc3e

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/compile-examples.yml

+5
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ jobs:
2121
UNIVERSAL_LIBRARIES: |
2222
- source-path: ./
2323
- name: Arduino_DebugUtils
24+
- name: Arduino_SecureElement
25+
- name: Arduino_ECCX08
2426
# sketch paths to compile (recursive) for all boards
2527
UNIVERSAL_SKETCH_PATHS: |
2628
- examples/lzssDecoder
2729
- examples/crc32
30+
- examples/crc16
31+
- examples/sha256
32+
- examples/boardID
2833
SKETCHES_REPORTS_PATH: sketches-reports
2934

3035
strategy:

0 commit comments

Comments
 (0)