Commit 49325de4 authored by Damien George's avatar Damien George

tools/ci.sh: Build zephyr nucleo_wb55rg to test zephyr bluetooth build.

And eliminate one build to reduce CI time.
Signed-off-by: default avatarDamien George <damien@micropython.org>
parent a49b51b7
......@@ -627,9 +627,8 @@ function ci_zephyr_install {
function ci_zephyr_build {
docker exec zephyr-ci west build -p auto -b qemu_x86 -- -DCONF_FILE=prj_minimal.conf
docker exec zephyr-ci west build -p auto -b frdm_k64f -- -DCONF_FILE=prj_minimal.conf
docker exec zephyr-ci west build -p auto -b qemu_x86
docker exec zephyr-ci west build -p auto -b frdm_k64f
docker exec zephyr-ci west build -p auto -b mimxrt1050_evk
docker exec zephyr-ci west build -p auto -b reel_board
docker exec zephyr-ci west build -p auto -b nucleo_wb55rg # for bluetooth
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment