1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

murdock: test kconfig on peripheral tests for samr21-xpro

This commit is contained in:
Leandro Lanzieri 2020-08-17 17:03:11 +02:00
parent 59dee592cd
commit eeffc9ca08
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -3,7 +3,7 @@
: ${TEST_BOARDS_AVAILABLE:="esp32-wroom-32 samr21-xpro"}
: ${TEST_BOARDS_LLVM_COMPILE:="iotlab-m3 native nrf52dk mulle nucleo-f401re samr21-xpro slstk3402a"}
# we can't use '-' in the variable names, convert them to '_' to add new boards
: ${TEST_KCONFIG_samr21_xpro:="examples/hello-world"}
: ${TEST_KCONFIG_samr21_xpro:="examples/hello-world tests/periph_*"}
export RIOT_CI_BUILD=1
export CC_NOCOLOR=1