18 lines
495 B
YAML
18 lines
495 B
YAML
tests:
|
|
buildsystem.debug.build:
|
|
build_only: true
|
|
extra_args: CONF_FILE=debug.conf
|
|
tags: debug
|
|
bootloader.mcuboot.build:
|
|
tags: mcuboot
|
|
build_only: true
|
|
platform_whitelist: nrf51_pca10028 nrf52_pca10040
|
|
extra_configs:
|
|
- CONFIG_BOOTLOADER_MCUBOOT=y
|
|
buildsystem.kconfig.utf8_in_values:
|
|
build_only: true
|
|
tags: kconfig
|
|
platform_whitelist: native_posix
|
|
extra_configs:
|
|
- CONFIG_KERNEL_BIN_NAME="A_kconfig_value_with_a_utf8_char_in_it_Bøe_"
|