We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38744cf commit f8d3cedCopy full SHA for f8d3ced
1 file changed
tools/ci.sh
@@ -336,11 +336,13 @@ function ci_psoc6_setup {
336
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/mbedtls"
337
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/lwip"
338
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/mtb-psoc6-libs"
339
+
340
+ # Initialize the submodules
341
+ docker exec mtb-ci make submodules
342
}
343
344
function ci_psoc6_build {
345
board=$1
- docker exec mtb-ci make submodules
346
docker exec mtb-ci make mtb_init BOARD=${board}
347
docker exec mtb-ci make
348
0 commit comments