Skip to content

Commit

Permalink
REMOVEME: limit compilations to selected boards
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Nov 25, 2021
1 parent f4b5b33 commit dd8c2b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .murdock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
: ${TEST_BOARDS_LLVM_COMPILE:=""}

: ${TEST_KCONFIG_BOARDS_AVAILABLE:="
saml21-xpro
samr30-xpro
samr34-xpro
yarm
arduino-due
arduino-leonardo
arduino-mega2560
Expand Down Expand Up @@ -222,7 +227,7 @@ get_supported_boards() {
for board in $boards
do
echo $board
done | $(_greplist $BOARDS)
done | $(_greplist $BOARDS) | $(_greplist bastwan saml21-xpro samr30-xpro samr34-xpro yarm)
}

get_supported_toolchains() {
Expand Down

0 comments on commit dd8c2b7

Please sign in to comment.