Skip to content

Commit 6be147a

Browse files
committed
Skip Feather-specific builds on STM32, too
1 parent 3b3a289 commit 6be147a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/lmic-filter-common.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ function _lmic_filter {
4242
"esp32:ttn-otaa-feather-us915.ino")
4343
return 1
4444
;;
45+
# some of the feather sketches fail on non-Feathers
46+
"stm32:raw-feather.ino" | \
47+
"stm32:ttn-otaa-feather-us915.ino")
48+
return 1
49+
;;
4550
*)
4651
return 0
4752
;;

0 commit comments

Comments
 (0)