We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e406608 commit 0e5ce56Copy full SHA for 0e5ce56
tools/ci.sh
@@ -333,11 +333,13 @@ function ci_psoc6_setup {
333
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/mbedtls"
334
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/lwip"
335
docker exec mtb-ci /bin/bash -c "git config --global --add safe.directory /micropython/lib/mtb-psoc6-libs"
336
+
337
+ # Initialize the submodules
338
+ docker exec mtb-ci make submodules
339
}
340
341
function ci_psoc6_build {
342
board=$1
- docker exec mtb-ci make submodules
343
docker exec mtb-ci make mtb_init BOARD=${board}
344
docker exec mtb-ci make
345
0 commit comments