Skip to content

Commit 0832fc5

Browse files
committed
tools/ci.sh: Add mimxrt and samd ports to code size build.
The automatic code size build and GitHub comment is a really useful feature. This commit adds a few more builds to it (mimxrt and samd). Signed-off-by: Damien George <damien@micropython.org>
1 parent a1fbb19 commit 0832fc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ function ci_code_size_setup {
6161

6262
function ci_code_size_build {
6363
# check the following ports for the change in their code size
64-
PORTS_TO_CHECK=bmusp
65-
SUBMODULES="lib/berkeley-db-1.xx lib/mbedtls lib/micropython-lib lib/pico-sdk lib/stm32lib lib/tinyusb"
64+
PORTS_TO_CHECK=bmusxpd
65+
SUBMODULES="lib/asf4 lib/berkeley-db-1.xx lib/mbedtls lib/micropython-lib lib/nxp_driver lib/pico-sdk lib/stm32lib lib/tinyusb"
6666

6767
# starts off at either the ref/pull/N/merge FETCH_HEAD, or the current branch HEAD
6868
git checkout -b pull_request # save the current location

0 commit comments

Comments
 (0)