tools/ci.sh: Build unix dev variant as part of macOS CI.

To test BTstack build on macOS.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2021-07-17 23:05:49 +10:00
parent 74db526cf0
commit cbc8d5b61f
1 changed files with 2 additions and 0 deletions

View File

@ -515,6 +515,8 @@ function ci_unix_macos_build {
#make ${MAKEOPTS} -C ports/unix deplibs
make ${MAKEOPTS} -C ports/unix
# check for additional compiler errors/warnings
make ${MAKEOPTS} -C ports/unix VARIANT=dev submodules
make ${MAKEOPTS} -C ports/unix VARIANT=dev
make ${MAKEOPTS} -C ports/unix VARIANT=coverage submodules
make ${MAKEOPTS} -C ports/unix VARIANT=coverage
}