diff options
| author | Damien George <damien@micropython.org> | 2023-06-06 14:10:38 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-06-08 22:47:03 +1000 |
| commit | 0832fc53cec2d3fd5ed8c9108d185f00b83c3a8f (patch) | |
| tree | 5cb43ed0cb3ce5d42234f4a7f705b27e04b0bab4 /tools/ci.sh | |
| parent | a1fbb1980cf90cc58186eac9cc405a97ebd41e64 (diff) | |
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>
Diffstat (limited to 'tools/ci.sh')
| -rwxr-xr-x | tools/ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index a010adcbc..2f96a5b51 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -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 |
