tests: build: Test build with MCUboot support

Add a new build variant that builds for Nordic nRF52832 with the new
MCUboot CONFIG_BOOTLOADER_MCUBOOT Kconfig variable set.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2018-02-08 10:25:00 +01:00 committed by Anas Nashif
parent 72684ef815
commit 48ddce7a66
1 changed files with 5 additions and 0 deletions

View File

@ -16,3 +16,8 @@ tests:
build_only: true
extra_configs:
- CONFIG_GDB_SERVER=y
test_mcuboot_bootloader:
build_only: true
platform_whitelist: nrf51_pca10028 nrf52_pca10040
extra_configs:
- CONFIG_BOOTLOADER_MCUBOOT=y