Skip to content

Commit f182b6f

Browse files
committed
add CI for wisblock_rak4631
1 parent a7e015f commit f182b6f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- fqbn: electroniccats:mbed:bastble
3737
- fqbn: electroniccats:mbed:bast_frontier
3838
- fqbn: electroniccats:mbed:rak_wistrio5010
39+
- fqbn: electroniccats:mbed:wisblock_rak4631
3940

4041
# compile only the examples compatible with each board
4142
include:
@@ -48,6 +49,9 @@ jobs:
4849
- board:
4950
fqbn: electroniccats:mbed:rak_wistrio5010
5051
additional-sketch-paths: '"libraries/ThreadDebug"'
52+
- board:
53+
fqbn: electroniccats:mbed:wisblock_rak4631
54+
additional-sketch-paths: '"libraries/ThreadDebug"'
5155

5256
steps:
5357
- name: Checkout repository

0 commit comments

Comments
 (0)