Skip to content

Commit

Permalink
tools/ci.sh: Build unix dev variant as part of macOS CI.
Browse files Browse the repository at this point in the history
To test BTstack build on macOS.

Signed-off-by: Damien George <damien@micropython.org>
  • Loading branch information
dpgeorge committed Jul 17, 2021
1 parent 74db526 commit cbc8d5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci.sh
Expand Up @@ -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
}
Expand Down

0 comments on commit cbc8d5b

Please sign in to comment.