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>
pull/11709/head
Damien George 2023-06-06 14:10:38 +10:00
rodzic a1fbb1980c
commit 0832fc53ce
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -61,8 +61,8 @@ function ci_code_size_setup {
function ci_code_size_build {
# check the following ports for the change in their code size
PORTS_TO_CHECK=bmusp
SUBMODULES="lib/berkeley-db-1.xx lib/mbedtls lib/micropython-lib lib/pico-sdk lib/stm32lib lib/tinyusb"
PORTS_TO_CHECK=bmusxpd
SUBMODULES="lib/asf4 lib/berkeley-db-1.xx lib/mbedtls lib/micropython-lib lib/nxp_driver lib/pico-sdk lib/stm32lib lib/tinyusb"
# starts off at either the ref/pull/N/merge FETCH_HEAD, or the current branch HEAD
git checkout -b pull_request # save the current location